File: /www/wwwroot/vietktv.vn/wp-content/themes/binhvu.off/page.php
<?php get_header(); ?>
<div id="page-tmp" class="site-main-wrapper page-wrapper">
<div class="container">
<div class="row row-collapse">
<div class="col-xs-12 col-sm-12 col-md-12 main content">
<main class="site-main" >
<section class="singular-content">
<?php if (have_posts()): the_post() ; ?>
<header class="section-header tmp-title-bar clearfix">
<h1 class="title"><?php the_title();?></h1>
</header>
<div class="section-main clearfix">
<?php the_content();?>
</div>
<?php endif;?>
</section>
</main>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>
<?php/*
if website has sidebar left
col-xs-12 col-sm-12 col-md-8 col-md-push-4 col-lg-push-3 col-lg-9 main content
col-xs-12 col-sm-12 col-md-4 col-md-pull-8 col-lg-pull-9 col-lg-3 sidebar
*/?>