Rating: 1 star
Doesn’t work
]]>Rating: 5 stars
It offers a simple solution to a big WordPress native problem. I hope this will be fixed by a WordPress update someday. Thank you a lot!
]]>Rating: 5 stars
A simple fix for an annoying issue. This should be integrated into WP core.
]]>Rating: 5 stars
great plugin, saved my time, Thanks.
]]>Rating: 4 stars
It’s an awesome solution, but it fills a really specific niche of a larger problem.
It actually didn’t solve mine but gave me the right direction.
I ended up using a custom 404.php and checking some variables of the query, something as follow:
$q = $wp_query;
$que = $q->query;
if($que[‘page’] >= 2 && $que[‘post_type’] == ‘galeria’){
include ‘taxonomy.php’;
}.
Awesome fix anyway, its stupid how much time this have taken from me and many people.
]]>Rating: 5 stars
After hours and hours of work on the category page (template category.php) that give me 404 error page for the second page, this plugin resolve all my problems magically! Thank you.
]]>Rating: 5 stars
Simples e perfeito. Fuinciona muito bem.
Very nice!
;D
Rating: 5 stars
“I will kill you if you remove this. I died two days for this line”
Like it ??
]]>Rating: 5 stars
При переходе по ссылке пагинация не работала в рубрике выдавало 404 ошибку после установки плагина пагинация начала работать корректно
]]>Rating: 5 stars
Amazing that this issue still hasn’t been fixed.
Spent ages looking for a solution, and then eventually found this plugin.
Solved it straight away.
Excellent.
]]>Rating: 5 stars
Was tearing my hair out trying to troubleshoot this problem.
Plugin fixed it ASAP!
THX
]]>Rating: 5 stars
This seems to still work and unfortunately is still needed in 4.1
]]>Rating: 5 stars
This solved the issue with the custom permalink structure & pagination links like working (ex: https://www.mysite.com/category/page/2). The links are properly working now.
This plugin basically just contains two small functions. I just added these to my functions.php file in my theme folder, so no need to run an additional plugin.
ADDED:
I put this little function together that will additionally allow you to change the number of posts per page for “categories”. You could change this for other types of archive pages. This simple function can be added to your theme’s functions.php file.
function category_posts_per_page( $query ) {
if ( $query->is_category() && $query->is_main_query() ) {
$query->set( 'posts_per_page', 3 );
}
}
add_action( 'pre_get_posts', 'category_posts_per_page' );
]]>
Rating: 5 stars
Multisite. One site I wanted /%category%/%postname%/ in my permalinks and page 2 of the category page ALWAYS shows a 404 error.
This plugin fixed it! I just enabled this plugin on the one site and I’m good to go!
THANK YOU
]]>Rating: 5 stars
All working in WP 4.0.1
]]>Rating: 5 stars
Even old, this plugin solved my problem today!
]]>Rating: 5 stars
Works. Thanks alot. ??
]]>Rating: 5 stars
The fact that this bug has been present for so long is discouraging, but this plugin solves the issue.
Thank you!
]]>Rating: 5 stars
Nothing more to add, this plugin works perfectly.
]]>Rating: 5 stars
I tried so many different solutions e.g. modifying custom permalinks, using a redirection plugin, but they all didn’t work. But this plugin just needed installation and activation and the problem is solved!! Thanks a million!
]]>Rating: 5 stars
Solved issue as advertised on the tin. Why doesn’t wordpress fix this bug?
]]>Rating: 5 stars
Worked well in 3.8!
tnks!!
Rating: 5 stars
Works for me. I am also using /%category%/%postname% structure.
Just very surprised that WP itself didn’t resolve this issue.
Great plugin, thanks!
]]>Rating: 5 stars
after spending hours to search how to fix it. Nice job, thanks !
]]>Rating: 5 stars
I was getting really frustrated about the damn pretty links, until I ran into this very pretty plugin. Many, many thanks.
]]>Rating: 5 stars
Works great! Thank you for the fix!
]]>Rating: 5 stars
The category pagination link works when it looks like this:
domain_com/category/category_name/page/2/
But this was giving 404:
domain_com/category_name/page/2/
This plug-in resolved the issue.
]]>Rating: 4 stars
Hello, thank you very much for this fix.
Wordpress should have really fixed this problem by now.
But there is still one issue (hence 4 stars instead of 5): it does not work with author archiv.
Regards
Juergen
Rating: 1 star
Using the latest “stable version” (HAHAHA) of wordpress and it doesn’t do anything at all.
]]>Rating: 5 stars
It really solves the problem when you are using a permalink structure with category /%category%/%postname%
]]>