%PDF- %PDF-
| Direktori : /home/casasdemontanacr/www/wp-content/themes/enigma-premium/ |
| Current File : /home/casasdemontanacr/www/wp-content/themes/enigma-premium/front-page.php |
<?php
get_header();
get_template_part('home','slider');
get_template_part('slide_customjs');
$wl_theme_options = get_option('enigma_options_pro');
$data = $wl_theme_options['home_page_layout'];
if($data)
{
foreach($data as $key=>$value)
{
switch($value)
{
case 'service':
//****** get home service ********
get_template_part('home', 'services');
break;
case 'portfolio':
//****** get home project ********
get_template_part('home', 'portfolio');
break;
case 'blog':
//****** get home blog ********
get_template_part('home', 'blog');
break;
case 'testimonial':
//****** get home testimonial********
get_template_part('home', 'testimonial');
break;
case 'client':
//****** get home client ********
get_template_part('home', 'client');
break;
}
}
}
?>
<?php get_footer(); ?>