I have a custom post type that is set to show only 1 post per page and I am using previous_post_link and next_post_link at the bottom for navigation, kind of like turning a page.
When I have this plugin activated it causes a never-ending loop so although I only have 6 posts, it cycles through the first 6 in the right order, and then begins choosing random posts afterward and never ends.
I need to make this stop so that when it gets to the last post the next_post_link should disappear like it normally does without this plugin.