trgino adlı üyeden alıntı: mesajı görüntüle
function wpt_sayfa diye aratın sitenizde "function wpt_sayfa() { .....arada bir sürü şeyler....... } "çıkanı komple yapıştırın
wpt_sayfa(); tek başına bir ifade etmiyor.

<?php get_header(); ?>
<?php if ( wp_is_mobile() ) { $ana320u = wpttema_get_option('wpttema_ana320u'); echo '<div class="aligncenter">'.stripslashes($ana320u).'</div>'; } ?>
<section class="wrapper ana">
<?php get_template_part('slider','sol'); ?><?php get_template_part('slider', 'sag'); 
	if ( wp_is_mobile() ) : $ana728 = wpttema_get_option('wpttema_ana320'); else : $ana728 = wpttema_get_option('wpttema_ana728'); endif;
	echo '<div class="aligncenter">'.stripslashes($ana728).'</div>'; 
?>
<section class="anasayfa grid span9"><?php 
	$homesablon = wpttema_get_option('wpttema_homesablon');
	if ( is_active_sidebar( 'sidebar-index' ) ) : dynamic_sidebar( 'sidebar-index' ); else: 
	if (have_posts()) :  while (have_posts()) : the_post();
	get_template_part('template/yazi',$homesablon);
	endwhile; else :  endif;
	echo '<div class="clear"></div>';
	wpt_sayfa();
	endif;
	echo '<div class="clear"></div>';
	echo '</section>';
	get_sidebar('home'); get_footer(); ?>

bu yazıyor hocam bu kodun olduğu yerde..