File: /var/www/samok164/data/www2/mirneboskrebov.ru/wp-content/themes/skyscraper/single.php
<?php get_header(); ?>
<?php get_sidebar(); ?>
<div class="content-wrap">
<div class="top-post_s_wrap">
<?php if(have_posts()):?><?php while(have_posts()):the_post();?>
<div class="top-post-content_big">
<? the_content (); ?>
</div><!--top-post-content_big-->
<?php endwhile;endif; ?>
</div><!--top-post_s_wrap-->
<div class="navigation">
<?php if(function_exists('wp_pagenavi')): ?>
<?php wp_pagenavi(); ?><?php else : ?><?php posts_nav_link(); ?>
<?php endif; ?>
</div><!--end nav-->
</div><!--content-wrap-->
<?php get_footer(); ?>