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/page-front.php
<?php 
	/* TEMPLATE NAME: Sayfa Olusturucu Şablonu */
	get_header();
	if ( have_posts() ) while ( have_posts() ) : the_post();
	
	$sayfameta = get_post_meta(get_the_ID(), '_sayfa_slider_ayarlari', true);
?>
<div id="sayfa_content" class="mt30">
<?php if($sayfameta['slider']) { ?>
<div class="container">
		<div id="slideralani" class="w-100">
			<?php get_template_part('/parts/slider-post'); ?>
		</div>
</div>
<?php } elseif($sayfameta['sayfabaslik']) { ?>
<div id="page_title" class="mt30">
	<div class="container">
		<div class="row">
			<h1 class="col-lg-8"><?php the_title(); ?></h1>
			<div class="navigasyon col-lg-4">
<?php
		if (function_exists('temavadisi_navigasyon')) 
			temavadisi_navigasyon();
?>
			</div>
		</div>
	</div>
</div>
<?php } ?>
	<div class="container">
		<div class="pagerow woocommerce">
			<?php the_content(); ?>
		</div>
	</div>
</div>
<?php 
	endwhile;
	get_footer();
?>