<?php get_header(); ?>
<div class="sct">
<div class="for_text">
<h1><?php the_title(); ?></h1>
<?php while (have_posts()): the_post();?>
<?php the_content();?>
<?php
if ( comments_open() || get_comments_number() ) {
comments_template();
}
?>
<?php endwhile; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
<!-- для сбора информации просмотра страницы -->
<?php setPostViews(get_the_ID()); ?>
<!-- / для сбора информации просмотра страницы -->
<?php get_header(); ?>
<div class="sct">
<div class="for_text">
<?php if (have_posts()) { ?>
<?php while (have_posts()) { the_post(); ?>
<div class="pos">
<div class="size"><div class="size-img"><?php the_post_thumbnail(array()); ?></div></div>
<div class="pos-title"><h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2></div>
<div class="pos-date"><span class="pos-day"><?php the_time('j') ?></span><span class="pos-month"><?php the_time('M') ?></span> <span class="pos-year"><?php the_time('Y') ?></span></div> <?php echo getPostViews(get_the_ID()); ?>
<div class="entr">
<?php mayak_announcement('mayak_segment_length','mayak_segment_more'); ?>
<a href="<?php the_permalink(); ?>"><span class="mayak-more">Читать полностью »</span></a>
</div>
<span class="pos-cat"><a href="#"><?php the_category(', ') ?></a></span>
</div>
<?php } ?>
<div class="navi">
<span class="prev-entr"><?php next_posts_link('Вперед') ?></span>
<span class="next-entr"><?php previous_posts_link('Назад') ?></span>
</div>
<?php } else { ?>
<h2>Ничего не найдено</h2>
<?php } ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>