HEX
Server: Apache/2.4.6 (CloudLinux) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.16
System: Linux s1.gigspace.ru 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
User: samok164 (6070)
PHP: 7.2.34
Disabled: NONE
Upload Files
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(); ?>