| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/khohangtieudung.vn/public_html/wp-content/themes/mtw-shop/ |
Upload File : |
<?php get_header();?>
<div class="row">
<div class="breadcrumb"><?php if(function_exists('bcn_display')){ bcn_display(); } ?></div>
<div class="col-xs-12 col-sm-9 col-sm-12">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post();
?>
<div class="col-xs-12 conten_baiviet">
<h1 itemprop="name"><?php the_title()?></h1>
<!--<div class="luotxem">
<span> <span class="glyphicon glyphicon-eye-close"></span> <?php //if(function_exists('the_views')) { the_views(); } ?></span>
<span> <span class="glyphicon glyphicon-calendar"></span> Ngày: <?php //the_time(__('d/m/Y','themetiger')) ?></span>
</div>-->
<div class="content"><?php the_content(); ?></div>
<div class="clear"></div>
</div>
<?php
endwhile;
endif;
?>
</div>
<div id="slidebar" class="col-xs-12 col-sm-3 filter-cost"><?php do_action('woocommerce_sidebar');?></div>
</div>
<?php get_footer(); ?>
<style type="text/css">
@media (max-width: 479px) {
iframe {
max-width:100%;
width:100%;
height:auto;
}
}
</style>