<div id="manset">
<div class="bugununhaberleri"><a href="#">Bugünkü Tüm Haberler</a></div>
<ul>
<li class="manset-1">
<?php while($manset1->have_posts()) : $manset1->the_post(); $resim = engin_yazigorseli($post->ID,"large"); ?>
<a href="<?php the_permalink(); ?>">
<div class="golge"><img src="<?php bloginfo('template_url'); ?>/js/timthumb.php?src=<?php echo $resim[0]; ?>&w=350&h=270&zc=1" alt="<?php the_title();?>" width="350" height="270" /></div>
</a>
<div class="mhaberbaslik">
<a href="<?php the_permalink(); ?>"><h6><?php the_time('j F Y H:i') ?></h6></a>
<a href="<?php the_permalink(); ?>"><h4><?php baslik(40);?></h4></a>
</div>
<?php endwhile; ?>
</li>Deneyebilir misiniz hocam?