Menu placement question

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mshelby1
New Member
New Member
Posts: 2
Joined: Fri May 09, 2014 8:03 pm

Menu placement question

Post 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?
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Menu placement question

Post 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}
Post Reply

Return to “Layout and Design (CSS & HTML)”