'; foreach( $home_sections as $section ){ get_template_part( 'sections/' . esc_attr( $section ) ); } echo ''; get_footer(); }else { //If all section are disabled then show respective page template. include( get_page_template() ); }