Created
March 4, 2022 02:38
-
-
Save 465media/8e1902889647e59c41e31dcddb85b4df to your computer and use it in GitHub Desktop.
Gridbuilder template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Blog page code : | |
<?php wpgb_render_grid( array( | |
'id' => 1, | |
'is_main_query' => true, | |
) ) ?> | |
Guides archive code : | |
<?php wpgb_render_grid( array( | |
'id' => 4, | |
'is_main_query' => true, | |
) ) ?> | |
Literature archive code: | |
<?php wpgb_render_grid( array( | |
'id' => 3, | |
'is_main_query' => true, | |
) ) ?> | |
Success story archive code : | |
<?php wpgb_render_grid( array( | |
'id' => 2, | |
'is_main_query' => true, | |
) ) ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment