Konu
Öne çıkarılmış görsel yardım + Sabit Resim
31-03-2013, 19:08:37
#2
CakirTurk
Üyeliği durduruldu
<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>