-
Author
-
August 17, 2018 at 11:23 #206658bingoenvatoParticipant
I use “The Grid”-Plugin for index.php, where I replaced the WP-loop:
COPY CODEif ( have_posts() ): while ( have_posts() ): the_post(); // some code from your theme // ... // ... endwhile; endif;
with
COPY CODEThe_Grid('My Grid Name', true); // where true is for template mode
August 17, 2018 at 15:09 #206673LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 17, 2018 at 18:49 #206720RaduModeratorHi,
Ok, how can i help you ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 18, 2018 at 10:56 #206818bingoenvatoParticipantHi Radu,
Ohhhh, sorry!As said, I replaced the WP loop in index.php with the grid snippet, mentioned and want to use the grid in archive and search templates too. But don‘t know, which kleo template files to use for this.
I like to use the grid for CPT too.Thanks for your. Support
August 22, 2018 at 21:58 #207176AbeKeymasterHi, well you can use the php function in the loop:
COPY CODEget_template_part('page-parts/post-content-masonry');
Let me know if that helps.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.