Skip to content

Instantly share code, notes, and snippets.

@kisildev
Created June 27, 2019 09:22
Show Gist options
  • Save kisildev/733f8645e7be204a94dd0ef2f652bfd1 to your computer and use it in GitHub Desktop.
Save kisildev/733f8645e7be204a94dd0ef2f652bfd1 to your computer and use it in GitHub Desktop.
ACF Flexible content
if($flexible_content = get_field('flexible_content')){
foreach($flexible_content as $key => $section){
$section['module_key'] = $key;
show_template($section['acf_fc_layout'], $section, 'parts/flexible-layouts');
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment