ACF builder Loop for page.php

PHOTO EMBED

Tue Dec 12 2023 11:25:19 GMT+0000 (Coordinated Universal Time)

Saved by @hamzahanif192

if( get_field('page_builder') ){
	$page_builder = get_field('page_builder');
	//echo print_r( $page_builder);

	foreach ($page_builder as $key => $section) {
		include('builder-section/inc-'.$section['acf_fc_layout'].'.php');
	}
}  
?>

content_copyCOPY