Alıntı
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
yerine
Alıntı
<?php query_posts($query_string.'&posts_per_page=10'); while(have_posts()) { the_post();
olarak değiştirin archive.php dosyasında.