All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

next entry tag always return no results

Zeph Tragic 11 May 2015 20:25 question,

I've been trying to wrap my head around why the next/prev tags are never returning any results on my single entry pages. I tried to make it as simple as possible. Take this example URL:
http://www.miva.com/videos/store_owne...

The url_title is declared to be segment_3 in my code:
Low Reorder's tag

{exp:low_reorder:next_entry set="Tutorials" url_title="{segment_3}"}
{title}
{/exp:low_reorder:next_entry}

Shouldn't I get a return for the next entry's title?

I've tried placing the equivalent Expression Engine tag for next_entry in the same location on my template and it works as expected:

Expression Engine's tag

{exp:channel:next_entry}
{title}
{/exp:channel:next_entry}

If the Expression Engine tag works shouldn't the Low Replace tag work the way I've formed it, or am I missing something?

Replies

  1. Low 11 May 2015 22:23

    Yes, that should work.

    What version of EE, LR and PHP are you running?

    Also, can you enable the template debugger and copy/paste all lines that mention low_reorder / Low Reorder here?