Discussions
Next / Previous Content Entries
almost 9 years ago by Harry Blackett
I'm trying to get the next/previous siblings of a content entry.
I have 6 content entries and for each content_entry.next
and content_entry.previous
return the first
and last
entries (except on the first or last entry where previous
or next
returns nil respectively).
Any advice?