Konu
Öne çıkarılmış görsel yardım + Sabit Resim
31-03-2013, 19:18:13
#3
adminaktuel
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.