aynı id'li postları listeleme demiş ama kod çalışmıyor galiba(manşettekiler çıkmasın diye olabilir). bunu deneyin:

Alıntı
<?php get_header(); ?>

<div id="content">

<div id="content-left">

<div id="featured-post">
<?php include (TEMPLATEPATH . "/manset.php"); ?>
<div class="fea_right">
<script type="text/javascript"><!--
google_ad_client = "pub-0007878334410177";
/* 120x90, oluşturulma 12.07.2010 */
google_ad_slot = "6166895661";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br><br><br>
<script type="text/javascript"><!--
google_ad_client = "pub-0007878334410177";
/* 120x90, oluşturulma 12.07.2010 */
google_ad_slot = "6166895661";
google_ad_width = 120;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="clear"></div>
</div>

<div class="medium_title">
Son Konular
</div>
<?php if (have_posts()) : ?>

<?php while (have_posts()) : the_post(); ?>

<div id="post-2852" class="box-homepage ">


<div class="box-content">
<div class="thumbnail">
<?php if( get_post_meta($post->ID, "thumbnail", true) ) { ?>
<img src="<?php echo catch_that_image () ?>" _cke_saved_src="<?php echo catch_that_image () ?>" width="110" height="100" />

<?php } else { ?>
<img src="<?php echo catch_that_image () ?>" width="190" height="190" alt="<?php echo catch_that_image () ?>" class="alignleft" />
<?php } ?>
</div>
<h4><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h4>
<div class="text">
<?php the_content_limit(650, "Devamı &raquo;"); ?>
</div>
<div class="clear"></div>
</div>

</div>

<?php endwhile; ?>

<div class="clear"></div>

<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>

<?php endif; ?>

</div><!-- end content-left -->

<?php get_sidebar(); ?>

<div class="clear"></div>

</div><!-- end content -->

<?php get_footer(); ?>