HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/themes/vadimarketv4/search.php
<?php 
	get_header();
	global $wp_query;
	$sonucsayi = $wp_query->found_posts;
?>
<div id="blog" class="mb-5">
	<div class="navi-wrap">
		<div class="container">
<?php if (function_exists('temavadisi_navigasyon')) 
			temavadisi_navigasyon();
?>
		</div>
	</div>
<div id="page_title" class="mt30">
	<div class="container">
		<div class="row">
			<h1 class="col-12"><?php echo sprintf(__('"%1$s" için %2$s sonuç gösteriliyor.','temavadisi'), get_search_query(), $sonucsayi ); ?></h1>
		</div>
	</div>
</div>
	<div class="sayfa_content mt30">
		<div class="container">
			<div class="row">
<?php
    if (have_posts()) :
		while ( have_posts() ) : the_post();
			echo '<div class="col-lg-4 col-6">';
				get_template_part('/parts/blog-post');
			echo '</div>';
		endwhile; 
	else :  endif;
	echo '<div class="clear"></div>'
	.TemaVadisi_sayfalama();
?>
			</div>
		</div>
	</div>
</div>
<?php 
	get_footer();
?>