This question may be related to a resolved thread.
I am having a similar issue, however, our url_title is segment_3; within the first few that is referenced.
I have verified that our next/prev tags are outside the {/exp:channel:entries} tag.
Output Shows The Following Error
Channel Next/Prev Entry tag error: Could not resolve single entry page id.Our URLs look like this:
http://xsight.three29media.com/blog/post/omg-this-is-a-awesome-post
We also tried to create a URL w/o the POST in the URL, so segment_2 became the url_title but that didn’t help.
Here is what we have for the prev/next tags:
{exp:channel:next_entry channel="blog"}
Next entry: <a href="http://{path=blog/blog-post}">{title}</a>
{/exp:channel:next_entry}
{exp:channel:prev_entry channel="blog"}
Previous entry: <a href="http://{path=blog/blog-post}">{title}</a>
{/exp:channel:prev_entry}Not really sure what we are doing wrong or what is missing from the code. Any help would be greatly appreciated. I don’t want to have to plugin every site we develop to get prev/next working.