Thank you ! This solved my case !
by putting :
<?php query_posts($query_string . '&showposts=6&cat=10'); ?>
I got only 6 posts of my category 10, and the navigation links worked ! (no need for order=DESC though)
Thank you ! This solved my case !
by putting :
<?php query_posts($query_string . '&showposts=6&cat=10'); ?>
I got only 6 posts of my category 10, and the navigation links worked ! (no need for order=DESC though)
I guess that instead of FALSE, you should have TRUE…