özel alan ile yapsan olur mu :/
mesela şu kodları single php'ye atsan <?php
$resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<img src="<?php echo $resim; ?>" />
<?php }else{ ?>
<?php } ?>
sonra resmi çağırmak içinde <img src="<?php echo $resim; ?>" > yazsan sorununu çözebilir mi?