File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/hotel-galaxy/single.php
<?php get_header(); get_template_part('breadcrums');?>
<section class="single-post-section">
<div class="container">
<div class="row">
<!----Single Post Content-------->
<div class="col-md-8">
<div class="blog-detail">
<?php
if(have_posts()):while(have_posts()):the_post();
get_template_part('pages/post','content');
hotel_galaxy_posts_nav();
get_template_part('pages/author','intro');
endwhile;
endif;
comments_template('', true );
?>
</div>
</div>
<!-------Blog Right Sidebar-------------------->
<?php get_sidebar(); ?>
<!-------End Blog Right Sidebar------>
</div>
</div>
</section>
<div class="clearfix"></div>
<?php get_footer(); ?>