Alıntı
<li>
<a href="<?php the_permalink(); ?>" />
<p>
<?php if ( has_post_thumbnail() ) { the_post_thumbnail(array(135,120), array('class' => 'b_resim')); } else { ?>
<img src="<?php echo bloginfo("template_url"); ?>/img/merakliyazar.png" alt="<?php the_title(); ?>" title="<?php the_title('10'); ?>" width="140px" height="140px" />
<?php } ?>
</p>
<span>
<?php the_title(); ?>
</span>
</a>
</li>
<?php endforeach; wp_reset_query(); ?>
Benim yazdıklarımın altına bu kodu eklerseniz göstermesi gerekiyor..
Şablonunuz temanız nasıl bilmiyorum fakat bunlar çalışan kodlar...
Sizde olmazsa single.php'nin düzenlemesi lazımdır...