PostNav not showing correct Next Post. Possible Conflict with Post Type Order
Best Answer tjrutkowski , 27 January 2013 - 04:29 PM
Thanks for looking into this. I tried disabling all plugins except Post Type Order, and I still have an issue.
Issue: Looking at my newest post. The previous post shows correctly, but is also shows a next post (which should not exist).
WP 3.5.1& Post Type Order 1.5.7
...The only way Post Type Order would cause an issue, is if you actually re-ordered your post using the plugin.
I have re-ordered posts using the plugin. Is that a problem? I thought that was the purpose of the plugin.
Thanks again
UPDATE: After reading the plugin support page, it looks like this is a known shortfall of the plugin. So...I reset ordered posts to unordered (SQL -> UPDATE `wp_posts` SET `menu_order`=0 WHERE `post_type` = 'post'), and it works. I guess I'll just use the time stamp to order posts for now.
#1
Posted 28 August 2012 - 02:55 PM
#2
Posted 28 August 2012 - 03:11 PM
#3
Posted 28 August 2012 - 04:06 PM
#4
Posted 28 August 2012 - 09:23 PM
#5
Posted 29 August 2012 - 12:45 AM
#6
Posted 26 January 2013 - 02:11 PM
Hi Wendy & Staff,
I have the same PostNav issue. The next and previous posts do not always align with the actual next and pervious posts. Things are correct when Post Order is de activated, but I also need that plugin.
NavXT is for breadcrumbs, not back/forth navigation, so it doesn't meet my needs.
Any other suggestions would be great.
Thanks,
TJ
#7
Posted 27 January 2013 - 10:25 AM
#8
Posted 27 January 2013 - 04:29 PM Best Answer
Thanks for looking into this. I tried disabling all plugins except Post Type Order, and I still have an issue.
Issue: Looking at my newest post. The previous post shows correctly, but is also shows a next post (which should not exist).
WP 3.5.1& Post Type Order 1.5.7
...The only way Post Type Order would cause an issue, is if you actually re-ordered your post using the plugin.
I have re-ordered posts using the plugin. Is that a problem? I thought that was the purpose of the plugin.
Thanks again
UPDATE: After reading the plugin support page, it looks like this is a known shortfall of the plugin. So...I reset ordered posts to unordered (SQL -> UPDATE `wp_posts` SET `menu_order`=0 WHERE `post_type` = 'post'), and it works. I guess I'll just use the time stamp to order posts for now.
#9
Posted 28 January 2013 - 06:45 AM
The Post Types Order plugin as far as I am aware is to be use with Custom Post Types not Posts themselves. However, thanks for the sharing your solution.











