Page 1 of 1

Menu placement question

Posted: Sat May 10, 2014 9:07 am
by mshelby1
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?

Re: Menu placement question

Posted: Sat May 10, 2014 12:32 pm
by velden
- Create a separate page template OR
- include menu conditionally in you current template:

Code: Select all

{if $page_alias != 'whatever-alias-you-use-for-cover-page'}{menu}{/if}