Next / Prev entry not working
Hi there.
I recently upgraded to Reorder 2.0.3 and the next / prev entry functionality no longer seems to be working. Instead of spitting out the next or previous entry, the tag just returns the title and url_title of the current entry.
Here's the code I'm using—just to be sure I have the syntax correct:
{exp:low_reorder:prev_entry set="1" url_title="{segment_3}" loop="true"}
<a href="{path="team/bio/{url_title}/{segment_4}/"}" class="previous_project">{title}</a>
{/exp:low_reorder:prev_entry}
A few other notes in case it's helpful:
– I'm running EE 2.5.1
– The code is sitting inside a switchee case tag
– I'm running EE Harbor's Transcribe (which I've found doesn't always play nicely with others, but I wouldn't think that'd be an issue in this instance).
Any insight you can offer would be much appreciated.
Thanks sir.
Replies
Low 12 Jul 2012 08:11
Hi,
What are the filter settings for Set 1? If you're showing entries per single category, you also need to add the category="" parameter.
If you turn on template debugging, can you then look up the lines that mention Low Reorder? Perhaps paste those lines here?
Static Interactive 12 Jul 2012 11:28
Thanks so much for the quick reply.
It looks like the issue was that I needed to add a prefix to the tags. All is working dandy again. Thanks, and sorry to bother with a silly question.
Low 12 Jul 2012 11:30
No worries, glad it's working for you again.