ModX navigation menu with "wayfinder" snippet
        Posted  
        
            by 
                user1219432
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1219432
        
        
        
        Published on 2012-09-23T03:34:24Z
        Indexed on 
            2012/09/23
            3:37 UTC
        
        
        Read the original article
        Hit count: 218
        
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?
© Stack Overflow or respective owner