<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();
 $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); if ( has_post_thumbnail() ) { ?>
 
   <a href="<?php the_permalink(); ?>"> 
                <div class="golge"><img src="<?php bloginfo('template_url'); ?>/js/timthumb.php?src=<?php echo $image_url[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>
Bunu deneyebilir misiniz hocam, çalışması gerekli.