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