@beachturk; single.php'yi boşaltıp aşağıdaki betiği yapıştırıp deneyebilir misiniz?
<?php get_header(); ?>
<?php get_sidebar(); ?>
</div>
<?php include(TEMPLATEPATH."/reklam728.php");?>
<?php include(TEMPLATEPATH."/reklam160x600.php");?>
<div id="content" class="narrowcolumn" role="main">
<?php if (have_posts()): while (have_posts()): the_post(); ?>
<div class="post box" id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2>
<div class="box-t">
<div class="box-b">
<?php include(TEMPLATEPATH."/reklam336x280.php");?>
<br />
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php include(TEMPLATEPATH."/reklam468x15.php");?>
<br />
<?php wp_link_pages(array('before' => '<p><strong>Sayfalar:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
</div>
</div>
</div>
<?php endwhile; else: endif; ?>
</div>
</div>