Home Forums Themes Support Claue Using THE GRID plugin to take over the layout of main post category pages…

Topic Resolution: Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #16811

      Hi,

      I am using THE GRID plugin to make some grids on the site.

      However when I go to some category page, it goes back to the old layout and does not look good as I have made lots of changes.

      The plugin says it can wrap all the categories in this layout for the plugin…

      https://theme-one.com/docs/the-grid/#grid_as_template

       

      They say…

       

      To replace the index/search/archive templates of your Theme, you need to edit the index/search/archive.php file located at the root folder of your theme:

      In these files, you will find the main loop:

      COPY
      if ( have_posts() ):
      while ( have_posts() ): the_post();

      // some code from your theme
      // …
      // …

      endwhile;
      endif;

       

      You just need to replace all the previous php code by this line of code:

      COPY
      The_Grid(‘My Grid Name’, true); // where true is for template mode

       

      I would like to use this for all blog posts in claue…

      How can I go about this? I am unable to identify where to find this loop in claue.

       

      Many thanks.

    • #16843

      Hi,

      Please provide me a temporary admin account, I will take a look and help you solve the problem.

    • #16851
      This reply has been marked as private.
    • #16861
      This reply has been marked as private.
    • #16868
      This reply has been marked as private.
    • #16869

      It’s done

Viewing 5 reply threads

You must be logged in to reply to this topic.