Hi,
I am wondering if there is a way to list the child or sibling pages of a page automatically. For example under About section has sub pages:
Mission | History | Staff | Contact
With the loop
below I can see those sub-pages when I am on the About page. But when I got to one of the sub-pages I want that to remain so it would be displaying sibling pages of the About parent page.
<Loop field=children>
<strong><a href="{Field url}"><Field title /></a></strong>
</Loop>
And can this be done to show on all parent pages or does it have to be done on a page by page basis (if it’s possible)?
Thanks!