The index shows:
$page = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("cat=3&showposts=5&paged=$page");
And the first 2 pages are ok.
But... I can't navigate to page/3!
- In: http://<blog_name>/ I can go to page/2
- In: http://<blog_name>/page/2 i can't go to page/3
- In: http://<blog_name>/page/3, i get a 404
- In: http://<blog_name>/page/4 and furthers, everything's ok...
I tried with different themes and keeps happening.
A colleague of mine has a local version, and all works fine. The only difference are in the archive.php. Locally he has 777 and the site has 755, but I don't think this is relevant.
What can I do? any thoughts? thanks in advance.