Skip to content

Instantly share code, notes, and snippets.

@tessak22
Last active October 5, 2018 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tessak22/a518f802922efcda41cea37ec0f94dd6 to your computer and use it in GitHub Desktop.
Save tessak22/a518f802922efcda41cea37ec0f94dd6 to your computer and use it in GitHub Desktop.
ACF Page Builder - Create file and put in template root directory
<?php
// loop over the ACF flexible fields for this page / post
while ( the_flexible_field('page_builder') ) {
// load the layout from the block folder
get_template_part( 'blocks/'. get_row_layout() );
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment