Hi all
I'm using the latest version of cmsms. I'm also following the instructions in the CMS Made Simple 1.6.
I have hidden some menu items from the main menubar by setting the Show in Menu option to false. In my footer menu I'm looping through the nodelist to get all nodes. According to the book this should work for all pages even the hidden one's. But it doesn't if I enable the Show in Menu option it works.
Basically what I want to do is to show only certain page links in my footer ie. sitemap terms and conditions.
How can I do that?
Can't display hiden menu items
Re: Can't display hiden menu items
You can use parameters like includeprefix, excludeprefix, items...
If you want to show hidden pages use show_all='1' in your menu call.
If you want to show hidden pages use show_all='1' in your menu call.