şu kod işine yararmı acaba denesene bi
Alıntı
<?php $recent = new WP_Query("cat=kategorinin id numarası&showposts=yazı adedi"); while($recent->have_posts()) : $recent->the_post();?>

<a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>

<?php endwhile; ?>

buda işine yarayabilir
http://www.yakuter.com/kategorinin-y...i-eklentisi-2/