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

Support archive

previous/next linking with two channels

Paul 18 Aug 2015 15:39 question, complete

Hi,

Im using low reorder and Ive set up previous/next linking.

{exp:low_reorder:next_entry set="news" url_title="{segment_2}" status="open"}
<a a class="button aktuelt-next" href="{path="news/{url_title}"}">NEXT »</a>
{/exp:low_reorder:next_entry}

{exp:low_reorder:prev_entry set="new" url_title="{segment_2}" status="open"}
<a a class="button aktuelt-next" href="{path="news/{url_title}"}">« PREVIOUS</a>
{/exp:low_reorder:prev_entry}


Ive have two channels attached to a set: news and events.

Can I use conditionals to point to separate templates according to the channel using the path?

Replies

  1. Low 19 Aug 2015 08:27

    Not at the moment, as these are the only variables available in the tag. Will make a note of it to add channel_short_name to them as well.