My website has a "cover" page. That page will only say "welcome" or something like that with an "Enter" button. I think this is called a "static" page?
I don't want the nav-menu to show up on that first cover page. How do I do this?
Menu placement question
Re: Menu placement question
- Create a separate page template OR
- include menu conditionally in you current template:
- include menu conditionally in you current template:
Code: Select all
{if $page_alias != 'whatever-alias-you-use-for-cover-page'}{menu}{/if}