File: /var/www/samok164/data/www2/mirneboskrebov.ru/wp-content/themes/skyscraper/page.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">
				<?php echo kama_thumb_img("q=80&w=217&h=145"); ?><br/>
					<? the_content_limit (800,""); ?>			
						<a href="<?php echo get_permalink(); ?>" class="r-more">далее...</a>
														
				</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(); ?>