File: /www/wwwroot/vietktv.vn/wp-content/themes/binhvu/temp-home.php
<?php
/*
* Template Name: Trang chá»§
*/
get_header();?>
<div id="content-main" class="content">
<?php if(have_rows('content_box')):?>
<?php while (have_rows('content_box')):the_row();?>
<?php if(get_row_layout() == 'content_slider'):?>
<?php include 'inc/layout/slider.php';?>
<?php elseif (get_row_layout() == 'content_spbc'): ?>
<?php include 'inc/layout/sanphambc.php';?>
<?php elseif (get_row_layout() == 'content_listsanpham'): ?>
<?php include 'inc/layout/sanphamdm.php';?>
<?php endif;?>
<?php endwhile;?>
<?php endif;?>
</div>
</div>
<?php get_footer();?>