Alıntı
<?php query_posts( 'showposts=20' ); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
......
örnek olarak x kategorisinde 20 yazı göstereceksiniz. archive.php dosyasını categori-x.php olarak değiştirin. (veya category-idnumarası.php)
Alıntı
<?php if (have_posts()) : ?>
satırından önce
Alıntı
<?php query_posts( 'showposts=20' ); ?>
satırını ekleyin. sonra o dosyayı tema klasörüne atın.