ahmetok adlı üyeden alıntı: mesajı görüntüle
<?php 
$resmim= get_post_meta($post->ID, "resim", true);
if ($resmim!="") { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<img class="alignleft" src="<?php echo $resmim ?>" width="90" height="75" alt="" /> </a>
<?php } else { ?>
Şunu bir dener misin index.php'de


resim bu özal alan anahtarın.
tanıdık kod

ama yemez. else kapatılmamış hata verir.

<?php } else { ?>

satırını

<?php } ?>

olarak değiştir.