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/archive.php.tar
var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/themes/vadimarketv4/archive.php000064400000001463151536743430025050 0ustar00<?php 
	get_header();
?>
<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 single_cat_title('', false); ?></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();
?>