Previous Next entry not working
Hi,
I have implemented Low Reorder with this code
{exp:low_reorder:next_entry set="work" url_title="{segment_2}"}{/exp:low_reorder:next_entry}
{exp:low_reorder:prev_entry set="work" url_title="{segment_2}"}{/exp:low_reorder:prev_entry}
But it simply links to the existing URL
How can I link to next and prev as it should?
Many thanks,
Clinton
Replies
Clinton Beattie 11 Aug 2014 13:24
Apologies. I resolved this. It wasn't clear that the code had to be outside the channel output loop.
Low 11 Aug 2014 13:25
The tag is a
Clinton Beattie 11 Aug 2014 16:05
I just used an embed with my current code and it worked. Thanks.