Page 1 of 1

showing children on parent page?

Posted: Mon Aug 12, 2019 2:28 pm
by Sendlingur
I'm wondering..... is there a way to display all child pages of parent page on the parent page?

Re: showing children on parent page?

Posted: Mon Aug 12, 2019 2:56 pm
by Rolf

Code: Select all

{Navigator childrenof=$page_alias}

Re: showing children on parent page?

Posted: Mon Aug 12, 2019 3:51 pm
by Sendlingur
if I do "{Navigator childrenof=$page_alias}" it generates the whole menu. But I only want to see the children of one specific page.

Re: showing children on parent page?

Posted: Tue Aug 13, 2019 9:26 am
by Rolf

Code: Select all

{Navigator childrenof='alias-of-one-specific-page'}