Skip to content

Instantly share code, notes, and snippets.

@465media
Created March 4, 2022 02:38
Show Gist options
  • Save 465media/8e1902889647e59c41e31dcddb85b4df to your computer and use it in GitHub Desktop.
Save 465media/8e1902889647e59c41e31dcddb85b4df to your computer and use it in GitHub Desktop.
Gridbuilder template
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