| 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/thucphamxanh.orgs.vn/public_html/wp-content/themes/wp_shop/ |
Upload File : |
<?php get_header();?>
<div class="container baiviet">
<div class="breadcrumb"><?php if(function_exists('bcn_display')){ bcn_display(); } ?></div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12">
<?php
if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>
<div class="col-md-9 col-xs-12 col-sm-12">
<h1 itemprop="name"><?php the_title()?></h1>
<?php the_content(); ?>
</div>
<?php
endwhile;
endif;
?>
</div><!-- col-xs-12 col-sm-6 col-md-3 -->
<?php
if ( is_single() ) {
//get_template_part( 'template-parts/navigation' );
}
if ( ( is_single() || is_page() ) && ( comments_open() || get_comments_number() ) && ! post_password_required() ) {
?>
<!--<div class="comments-wrapper section-inner">
<?php //comments_template(); ?>
</div>--><!-- .comments-wrapper -->
<?php } ?>
<div id="slidebar" class="col-xs-12 col-sm-12 col-md-3 filter-cost">
<?php do_action('woocommerce_sidebar');?>
</div><!-- #slidebar -->
<div class="clear"></div>
</div>
<div class="row">
<?php do_action('news_relate');?>
</div>
</div> <!--/baiviet-->
<?php get_footer(); ?>