single.php dosyasında thumbnail ile ilgili bir kod yoktu index.php dosyasında buldum:
if ( has_post_thumbnail() ) {
the_post_thumbnail('featured_thumb');
} else {
echo '';
}
?>
Nasıl yapabilirim?
Edit: Çözdüm :D
Tema özelleştir kısmında Display featured image on single posts varmış tiki kaldırdım sorun çözüldü.