BP 1.5 – Paging, Permalinks, 404 anomaly
-
Spent the good part of this morning working through this, but still…. apologies if this has been covered in a previous topic. Recently updated a site to BP 1.5, it worked GREAT except for one small thing. The permalinks and paging between custom post loops seems to be affected by the permalink redirects in BP 1.5 and is now redirecting to a WP 404.
Investigated this in detail before posting:
http://codex.wordpress.org/Function_Reference/query_posts#Pagination
http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html
http://codex.wordpress.org/Using_Permalinks#Fixing_Other_Issues.htaccesss is being written to just fine by WP, no problems there. standard standard
Here are a few case studies of what’s happening:
1.) Paging added into templates displaying the homepage no longer works. example: http://www.sitename.com/page/2/ no longer works. In this particular scenario for some reason it redirects from http://www.sitename.com/page/2/ to http://www.sitename.com/2/
2.) Paging added into templates displaying custom post types still work correctly. example: http://www.sitename.com/custom-post-type-page-template/page/2/ works
3.) Paging added into templates displaying single group pages no longer works. example: http://www.sitename.com/groups/group-name/page/2/ does not work.
Did also discover this plug-in (http://wpcodesnippets.info/blog/wcs-custom-permalinks-hotfix.html), which solved the homepage issue but blew everything else up.
Any help or suggestions would be greatly appreciated. thanks thanks thanks.
- The topic ‘BP 1.5 – Paging, Permalinks, 404 anomaly’ is closed to new replies.