File: /home/dailyajk/public_html/wp-content/themes/jphostbd-news12/index.php
<?php get_header() ?>
<?php global $jphostbd ?>
<?php
$layout = $jphostbd['homepage-section']['Show'];
if ($layout): foreach ($layout as $key=>$value) {
switch($key) {
case 'section-one': get_template_part('assets/file/page/section-one');
break;
case 'section-two': get_template_part('assets/file/page/section-two');
break;
case 'section-three': get_template_part('assets/file/page/section-three');
break;
case 'section-four': get_template_part('assets/file/page/section-four');
break;
case 'section-five': get_template_part('assets/file/page/section-five');
break;
case 'gallery-section': get_template_part('assets/file/page/gallery-section');
break;
case 'section-six': get_template_part('assets/file/page/section-six');
break;
}
}
endif;
?>
<?php get_footer();
?>