Hi
I tried using one example I found in the codex in order to fix the number of posts by page for a specific category.
Usually the number of posts per page is fixed in the reading settings section of the dashboard.
But thanks to a query, I should be able to change that number according to the category I want.
I added a <?php query_posts('posts_per_page=9'); ?> just before the loop. I had the most recent 9 posts but when I clicked on older entries I got the same most recent 9 posts.
Is posts_per_page working properly ?
Thank you