I'm going crazy...
<?php query_posts(array('cat' => 3, 'posts_per_page' => 1)); ?>
This shows 1 post (there is two in the category) >> OK
<?php query_posts(array('posts_per_page' => 1)); ?>
This shows 4 posts (there is four in the whole database) >> WTF? :P
This is crazy... or am I ?
Note: I only have one loop (this one), in this template.