Eğer öne çıkarılmış görsel kullanıyorsanız

if (has_post_thumbnail()) {
the_post_thumbnail();
}else{
// eğer yoksa
}