index.php <?php while (have_posts()) : the_post(); ?> bu kodu bul

<?php $recent = new WP_Query("cat=xxxx&showposts=4"); while($recent->have_posts()) : $recent->the_post();?>

xxxx olan yere kategori id ni yaz istediğin kategorideki yazıları listeler yapamazsan index.php kodlarını yaz buraya