Can you add content pages without adding it to the main nav menu?
ie. If i want to add a "links" or "privacy policy" page which i want to link from the footer?
-Ben
Can you add content pages without adding it to the main nav menu?
Re: Can you add content pages without adding it to the main nav menu?
-Ben,
you can. I created a "ft-menu", with the parameter "Show in menu" UNchecked on the options-tab.
Under that menu you put all the pages you want to show in the footer. I unchecked the "Show in menu" there as well, to have them NOT shown in sitemap.
In the container for the footer, you call something like....
{menu template='yourmenutemplate' start_page='ft-menu' show_all='1'}
The start_page calls the parent, the show_all makes them visible, even when they have "shown in menu" unchecked.
Ronny
you can. I created a "ft-menu", with the parameter "Show in menu" UNchecked on the options-tab.
Under that menu you put all the pages you want to show in the footer. I unchecked the "Show in menu" there as well, to have them NOT shown in sitemap.
In the container for the footer, you call something like....
{menu template='yourmenutemplate' start_page='ft-menu' show_all='1'}
The start_page calls the parent, the show_all makes them visible, even when they have "shown in menu" unchecked.
Ronny
Re: Can you add content pages without adding it to the main nav menu?
Thanks for your quick reply.
How do you create a different menu?
-Ben
How do you create a different menu?
-Ben
Re: Can you add content pages without adding it to the main nav menu?
-Ben,
what do you mean, you can just call a second time the {menu} and under ""Layout -> MenuManager" you can create another menu-template if required......
Check http://test.krijt.eu , I can provide you the logic used there for the footer...
Ronny
what do you mean, you can just call a second time the {menu} and under ""Layout -> MenuManager" you can create another menu-template if required......
Check http://test.krijt.eu , I can provide you the logic used there for the footer...
Ronny