Unable to navigate to 3rd page
-
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: https://<blog_name>/ I can go to page/2
– In: https://<blog_name>/page/2 i can’t go to page/3
– In: https://<blog_name>/page/3, i get a 404
– In: https://<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.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Unable to navigate to 3rd page’ is closed to new replies.