Hola:
Con esto mostras solo los ultimos 4 posts de la categoria 13. Adaptalo a lo que necesitas.
Código PHP:
<?php $recent = new WP_Query("cat=13&showposts=4"); while($recent->have_posts()) : $recent->the_post();?>
<a href="<?php the_permalink() ?>" rel="bookmark">
<?php the_title(); ?>
</a>
<?php endwhile; ?>
Saludos.
ARMANDOWEB