Denemedim hocam, çalışır diye tahmin ediyorum.
Merhaba ilginize teşekkür ederim ama benim şimdi kafam karıştı. Uyarlayamadım benim temaya. Ben size kısa konuyu listeleyen döngüyü göstereyim.
<li class="graphic"><span class="picture">
<a href="<?php the_permalink(); ?>" title=""><span class="overlay"><span>DEVAMI</span></span>
<?php
$resim = get_post_meta($post->ID,"resim",true);
echo '<img src="'.$resim.'" alt="" />';
?> </a></span>
<div class="content">
<a class="date" href="" title=""><i></i><?php the_time('d M Y'); ?></a>
<a class="comment" href="" title=""><i></i><?php comments_number('Yorum Yok','1 Yorum','% Yorum'); ?></a>
<h3><a href="<?php the_permalink(); ?>" title=""><?php the_title(); ?></a></h3>
<p><?php the_excerpt(); ?></p>
</div>
</li><li class="graphic"> class kısmının içi yani graphic kategori idlerine göre music, film, graphic şeklinde değişecek.