We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17412
    • 270 Posts
    Hi. Is there a DropMenu parameter to select a level 1 page that should not be displayed? eg. &itemNoDisplay=`16`
    I have the need to not display a top level page in the main navigation though I would like to have the full page listing on the sitemap. Can’t find a parameter that would allow this, anyone??

    Thanks.
    • When I need to do this, I put the page(s) in a hidden folder, then use two Wayfinder calls in the sitemap, one for the main part and the second to get the content of the hidden folder. With proper styling you can’t tell that it’s two lists.

      I usually do this for a "legal" section, which menu goes in the footer, like Terms & Conditions, Privacy Policy, etc. I have a container named "Legal", with for example an ID of 5, that is set to not show in menu, so it doesn’t show up on the main menu. I put those pages in that container. Then for my sitemap:

      [[Wayfinder? &startId=`0` &outerClass=`outer` &removeNewLines=`1`]]
      [[Wayfinder? &startId=`5` &outerClass=`outer` &removeNewLines=`1`]]
      
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 17412
        • 270 Posts
        susan, thanks very much for that. laugh