<?php $recent = new WP_Query("cat=15&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
<div class="haberlink"><a href="<?php the_permalink() ?>">
<?php the_title2() ?>
</a></div>
<?php endwhile; ?>

Kategori ID'sini ve mesaj sayısını düzenleyin istediğiniz sonucu alacaksınız.