<?php $recent = new WP_Query("cat=kategori ıdsi&showposts=kaçtane konu"); while($recent->have_posts()) : $recent->the_post();?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(harf miktarı, ""); ?>

<div class="hppostmeta">
<p><?php the_time('F j, Y'); ?> | <a href="<?php the_permalink() ?>" rel="bookmark">Devamı </a></p>
</div>

<?php endwhile; ?><br />

bunu dene bakalım olucakmı?