Hello,
Maybe I'm overlooking something really obvious here, however I'm after some help / examples on how I can use nextSibling, prevSibling etc.
If I attempt to use any of the above methods, like:
page.nextSibling()
page.nextSibling().url
...
etc.
I get a Twig_Error_Runtime thrown up. Any examples or help how I should be using these would be greatly appreciated.
Basically, I'm trying to implement a previous/next article navigation control at the page level.
Thanks!