JCataln
Member
Posted 3 months ago #
Hi,
I am using WP-PageNavi to archive and link to the different pages of my site. After the plugin archived the second page fine, the third page links to a 404 Error Message.
Normally, it takes about a day to archive, but it has been around four days (I believe, since Friday, 29 July 2009).
Is there a specific reason that the pages don't archive?
Thanks!
http://wordpress.org/extend/plugins/wp-pagenavi/
JCataln
Member
Posted 3 months ago #
Bumping to see if there's any possible way of speeding up the archiving, or if there's something I need to do to make it archive period.
Thanks!
JCataln
Member
Posted 3 months ago #
Checked today, and it still hasn't archived.
JCataln
Member
Posted 3 months ago #
What mechanisms does this plugin use to archive?
electronish
Member
Posted 2 months ago #
I am having the same problem. My pages are also 404ing and after few days its working .. Can anyone answer on this ?
electronish
Member
Posted 2 months ago #
! Eureka Eureka !
This is not a Pagenavi problem. Even if you disable pagenavi the "previous entry" page will show up 404.
My case was:
My theme was passing in the argument: 'posts_per_page'=>7
While my wordpress settings ( setting > reading > Blog pages show at most ) was 10
So, wordpress thinks: According to Me there are 10 posts per page so, at 20 posts there is no third page. While the theme thinks, according to me there are 7 posts per page so there is a third page !
Solution:
Match the 'posts_per_page'=>7 TO the setting > reading > Blog pages show at most = 7 ANd it will FIX !