[Support request] wpgridbuilder custom queries in Generatepress

Home Forums Support [Support request] wpgridbuilder custom queries in Generatepress

Home Forums Support wpgridbuilder custom queries in Generatepress

  • This topic has 2 replies, 2 voices, and was last updated 6 months ago by William.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2353521
    William

    Hi, sorry if this out of generatepress scope of support.
    I want to implement a custom query facet search with wpgridbuilder. There is a doc, https://docs.wpgridbuilder.com/resources/guide-filter-custom-queries/ but I don’t know how to go about implementing in generatepress. Do I make a copy of content-page.php in childtheme and add the code? I don’t know how to make it work. what needs to go in-between { … }

    if ( $the_query_1->have_posts() ) {
    
    	echo '<ul class="wpgb-content-1">';
    	while ( $the_query_1->have_posts() ) { ... }
    	echo '</ul>';
    
    }

    Thank you!

    #2353591
    Leo
    Staff
    Customer Support

    Hi William,

    Have you checked with wpgridbuilder support team first?

    If they can provide the exact method to implement it with the Twenty series WP default theme, then the method should be very similar in GP.

    Let me know 🙂

    #2353715
    William

    I also ask the support team, waiting to hear back from them.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.