CakirTurk adlı üyeden alıntı: mesajı görüntüle
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php if ( has_post_thumbnail() ) {the_post_thumbnail();} else {
echo'<img src="sabit resim adresi" width="100" height="100"/>';
}?></a>
teşekkürler hocam.