Low Reorder Next/Prev entries not rendering.
Hi, I want to first say that I love your product. This has solved tons of problems with my clients. I am using the Next/Previous entries function for the first time, and I can't seem to get the links to render. After spending almost an hour looking at the documentation, I am stumped.
I have pasted created a PasteBin: http://pastebin.com/SYB5TFkJ for you to take a quick look if you could.
Thanks!
Replies
Low 21 Oct 2012 18:39
Hi Doug,
First of all, you shouldn't need to use 2 tags per prev/next link each. If there are no results for a prev/next link, you could use the standard {if no_results} conditional to parse the non-linked text.
What isn't working as expected for you? No entries at all, or is the link not correct? Also, are you nesting the tags in an Entries tag?
doug 23 Oct 2012 02:08
Hi, I removed the extra code and replaced it with the {if no_results} like you suggested.
The link to the next entry or previous entries is not showing up, even though I have 3 entries in this set. It's acting as if I have 0 entries (therefore showing the no results content).
No I am not nesting the tags inside an {exp:channel:entries} tag.
Low 23 Oct 2012 08:35
Okay, I'll need to go in and take a look myself, then. Can you send SuperAdmin login credentials to hi at gotolow dot com?
Low 29 Oct 2012 09:14
I've taken a look and solved it. Turned out you were using url_title="{segment_2}" with a URI like /our_team/members/url-title. I changed it to url_title="{segment_3}" and all was well.
Doug 4 Nov 2012 16:01
Awesome. Thank you for taking the time do that. I appreciate it.