<?php
$kategori = get_the_category($post->ID);
$kategori_id = $kategori[0]->cat_ID;
if($kategori_id == "3") // 3 Numaralı kategori graphic kategorisiyse
{
echo '<li class="graphic">';
}
else if($kategori_id == "4") // 4 Numaralı kategori müzik kategorisiyse
{
echo'<li class="music">';
}
?>
<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>Buyur hocam, dene bi bakalım