Önce functions.php'e



Kodunu ekle..ardındanda thumbnail'in görüneceği yere

if ( has_post_thumbnail() ) {

the_post_thumbnail();

} else {
?>
<?php the_title(); ?>