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/search.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="post_a">
				<?php echo kama_thumb_img("q=100&w=191&h=92"); ?>
					<div class="date"><?php the_time('j.m.Y'); ?></div><!--date-->
					<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
					
					<? the_content_limit (200,""); ?>			
						<a href="<?php echo get_permalink(); ?>" class="r-more">далее...</a>
				</div><!--top_post_s-->
			<? endwhile;else: ?>
			<div class="top-post-content_big">
			<h6>К сожалению, по вашему запросу ничего не найдено.</h6>		
			</div><!--top_post_s-->
			<?php 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(); ?>