showing children on parent page?
-
- Forum Members
- Posts: 60
- Joined: Wed Aug 08, 2018 4:59 pm
showing children on parent page?
I'm wondering..... is there a way to display all child pages of parent page on the parent page?
- Rolf
- Dev Team Member
- Posts: 7759
- Joined: Wed Apr 23, 2008 7:53 am
- Location: The Netherlands
- Contact:
Re: showing children on parent page?
Code: Select all
{Navigator childrenof=$page_alias}

- + - + - + - + - + -
Latest CMSMS tutorial: FormBuilder WatchGuard
- + - + - + - + - + -
Did my post help you solving a problem at your (customers) website and it saved you many hours of work?
Great!! Buy me a cup of coffee in return as a small token of appreciation!
Great!! Buy me a cup of coffee in return as a small token of appreciation!
-
- Forum Members
- Posts: 60
- Joined: Wed Aug 08, 2018 4:59 pm
Re: showing children on parent page?
if I do "{Navigator childrenof=$page_alias}" it generates the whole menu. But I only want to see the children of one specific page.
- Rolf
- Dev Team Member
- Posts: 7759
- Joined: Wed Apr 23, 2008 7:53 am
- Location: The Netherlands
- Contact:
Re: showing children on parent page?
Code: Select all
{Navigator childrenof='alias-of-one-specific-page'}

- + - + - + - + - + -
Latest CMSMS tutorial: FormBuilder WatchGuard
- + - + - + - + - + -
Did my post help you solving a problem at your (customers) website and it saved you many hours of work?
Great!! Buy me a cup of coffee in return as a small token of appreciation!
Great!! Buy me a cup of coffee in return as a small token of appreciation!