https://thatwebdude.com/tutorial/how...ific-category/
<?php query_posts('cat=5'); while (have_posts()) : the_post(); ?>
<?php query_posts('cat=5&showposts=10'); while (have_posts()) : the_post(); ?>
Yukarıdaki konu da açıklanmış. Yine de çözemezseniz;
"Wordpress kategorideki yazıları listeleme" veya "How to display WordPress Posts for a specific Category" olarak arama yaparak kodları incelemenizi öneririm.