-
AuthorPosts
-
August 26, 2014 at 1:37 pm #92672
URL: http://unitedinchristjesus.org/
WP Version: 2.0.1
Shortcode Plugin Version: 2.3.5Archive pagination is not working.
The first page of results works:
http://unitedinchristjesus.org/outreach-reviews/But succeeding pages return an error 404 page:
http://unitedinchristjesus.org/outreach-reviews/page/2/What to do? Please help.
August 26, 2014 at 4:24 pm #92799Hi Shane,
Thanks for writing in!
At first please update your theme to latest version 2.4.0 by following this KB article: Updating Your Theme and Plugins
August 27, 2014 at 2:50 am #93027Hi, I’ve updated the theme to 2.4.0. Problem still persists.
Is this a problem with the integrated pagenavi plugin?
I really need to get this fixed ASAP.I’m using Integrity Stack.
August 27, 2014 at 6:34 am #93114This seems to work:
http://unitedinchristjesus.org/category/outreach-reviews/page/3/
But this doesn’t work:
http://unitedinchristjesus.org/outreach-reviews/page/3/So the problem is the Category base.
Found what’s wrong.
It’s with YOAST SEO Plugin.
1. Have to check this option: Strip the category base (usually /category/) from the category URL.
2. Then go to Settings > Permalinks and Click save.Hope that helps someone else with the archives pagination problem.
Edit:
Got the tip from here: http://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-permalinks-category-base-problemAugust 27, 2014 at 7:05 am #93126The Theme update broke some CSS styles I made so I reverted and exported my customization. But when I updated again I realized that the new version of Theme X has no IMPORT function. Why is that? I’m reverting back to the previous version again now since I can’t import my previous customization.
August 27, 2014 at 7:30 am #93134Hi Shane,
Glad that it is working now. Thanks for the tip. 🙂
September 3, 2014 at 1:11 am #97344thanks a million for the solution … that works for me too !
September 3, 2014 at 2:30 am #97369You’re welcome Vlad.
October 21, 2014 at 11:32 am #129325Hi, putting this here since is the same topic.
I’m getting the same issue with archives pagination but on specific months.
So these work:
http://domain.com/news/page/2/
http://domain.com/news/2014/9/
but this doesn’t http://domain.com/news/2014/9/page/2/
I don’t use the SEO Yoast plugin, but I do use FV Top level categories and this is my custom permalink structure http://domain.com/%category%/%year%/%monthnum%/%postname%/
Any suggestions?
October 21, 2014 at 8:18 pm #129600Hey there,
Please try %postname% only.
Thanks.
October 23, 2014 at 2:15 pm #130971%postname% only makes pagination work but now it looks like http://domain.com/page/2/?m=20145&cat=3.
Need to keep my http://domain.com/news/2014/9/ structure.
Thanks for looking into this.
October 23, 2014 at 7:16 pm #131140Hi Kinderm,
Would you mind providing your admin login, I like to test your permalink too.
Thanks!
October 30, 2014 at 2:10 pm #135360This reply has been marked as private.October 30, 2014 at 7:31 pm #135528Hi there,
Paging only works on pages with loop, or pages with more than one results. These are blog home page, category, tag, search, and custom page with custom queries.
http://domain.com/news/ could be a blog or category, thus paging works http://domain.com/news/page/2/
Remember, dates are only possible with posts and only for single post (not loop), thus http://domain.com/news/2014/9/page/2/ is invalid. What does 2014/9 refer to when there is no post slug?
This could be valid
http://domain.com/news/2014/9/post-sample/Post sample with category news, and post is dated to 2014/9, and remember you can’t use paging to single post.
Hope I explain it thoroughly 🙂
Cheers!
November 3, 2014 at 7:20 am #137383Hi,
Thank you for the explanation. These are the category archive pages which, according to the information you provide, should paginate because they are on the loop?, so:
http://domain.com/news/ works and is all posts under the news category.
http://domain.com/news/2014/9/ works and it’s the 10 first posts on September 2014 under the news category.
http://domain.com/news/2014/9/page/2/ doesn’t work and should be posts 11 to 20 on September 2014 under the news category.
-
AuthorPosts