<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; ?>&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>
manşet kodu böyle fakat sayfa kaynagında böyle çıkıyor
<div class="golge"><img src="http://www.ss.com/wp-content/themes/tema/js/timthumb.php?src=&w=350&h=270&zc=1" alt="2008 ve Öncesi Yıllar" width="350" height="270" /></div>
resimler gelmıyor ne yapmalıyım ?