Ufak bir yerde takıldım da arkadaşlar. Şimdi şöyle birşey var;

<?php if( get_post_meta($post->ID, "thumbs", true) ): ?><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">
<img style="float:right;" src="<?php $values = get_post_custom_values("thumbs"); echo $values[0]; ?>"  width="200" alt="<?php the_title(); ?>" /></a>
<?php endif; ?>
Bu kod "thumbs" özel alan girili resmi çağırıyor. Benim sorum şu. Eğer özel alan girilmediyse benim belirleyeceğim bir resim gelsin istiyorum. Yardımcı olanlara şimdiden teşekkürler...