Yeniden başıma böyle bir durum geldi, beceremedim.
Şu kodlara varsayılanı resmi nasıl yerleştirebiliriz?
Alıntı
<h1><?php the_title();?></h1>
<?php $resim = get_post_meta($post->ID,'resim', true); if($resim != "") { ?>
<img class="alignleft" src="<? echo ($resim); ?>" width="615" height="315" alt="<?php the_title(); ?>" /></a>
<?php }else{ ?>
<?php } ?>