Alıntı
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail();
} else { ?>
<img src="http://www.site.com/wp-content/themes/web/images/resim.png"
alt="<?php the_title(); ?>" width="500" height="300" />
<?php } ?>
Yukarıdaki kodu kullanabilirsiniz. Kodu nereye eklemeniz gerektiği söylemek için temanızın single.php dosyasını görmek gerekir.