ModX navigation menu with "wayfinder" snippet
- by user1219432
I have a main navigation at the top of the site.
And a subnavigation at left of my site.
For example:
At the top there are these topics: Cars | Trees | Jobs | ...
So when you click on "Jobs" there should be the subnavigation of "Jobs" at left, like...
Construction Jobs
Engineering Jobs
Retail Jobs
...
The first (top) navigation is easy to achieve:
[[!Wayfinder? &startId=0 &level=1 ]]
How can I realize the second navigation, so that only the documents are listed that are under the parent document?