Questions tagged [previous-next]

24 questions
3
votes
1 answer

Return previous or next enabled sibling of same parent

I want to link to enabled sibling entries within a structure and am struggling to get it working. This is what my structure looks like: Because I only want to fetch entries that are enabled, I followed the docs instructions and fetch previous…
Katrin
  • 674
  • 5
  • 16
1
vote
1 answer

Next in structure if lightswitch field off?

I'm trying to get the next field in an entry if a passwordRequired Lightswitch Field is switched off. How would I go about that?
erich
  • 31
  • 3
1
vote
1 answer

Prev / Next Link Problem

I've this macro: {{ dh_macros.dh_postNav(entry, 'blog', 'postDate', 'prev article', 'next article') }} I call it on my blog/_single template and it works for 90% of the posts. But the newest 6 posts doesn't show the next / prev links. This is the…
davidhellmann
  • 154
  • 10