Non-nested Reorder Previous/Next links not showing up
I'm setting up Low Reorder and I'm having an issue with my previous and next links not showing up.
Here's my code:
{exp:low_reorder:prev_entry field="reorder" url_title="{segment_3}" category="{segment_2_category_id}" loop="yes"}
<a href="{path='{template_group}/{segment_2}/{url_title}'}">« Previous Image</a>
{/exp:low_reorder:prev_entry}
|
{exp:low_reorder:next_entry field="reorder" url_title="{segment_3}" category="{segment_2_category_id}" loop="yes"}
<a href="{path='{template_group}/{segment_2}/{url_title}'}">Next Image »</a>
{/exp:low_reorder:next_entry}
This is located outside my {exp:channel:entries} loop, entries within the loop are ordering correctly. I've tried adding the channel="" param to see if that helps, but still nothing.
Any suggestions?
Thanks.
Replies
Low 1 Nov 2011 11:22
Hi Bryan,
If you're using the nested method, could you try to add the entry_id="{entry_id}" parameter to the tags?
ETA: Actually, the docs state that either the entry_id or the url_title parameter must be given.
Bryan 1 Nov 2011 19:15
Hi Low,
No, I'm using the Non-Nested method (outside the channel entries tag), per the title of my support request. I am also using {url_title} as you can see in the code I supplied.
No worries though, I was able to get it working using a third party previous/next entries plugin that I already had.
Cheers,
Bryan