previous/next linking with two channels
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
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.