how to link top menu button to item page
how to link top menu button to item page
I am using CMS 1.2.3 and PHP4. My site is www.habitatnorthbay.com. I am a new user and have taken over this site from someone else. I need to change the hyperlink on one of the top menu buttons and cannot find where to change it in the site admin. Thank you for your patience and help.
-
Deak
Re: how to link top menu button to item page
Assuming that these buttons are part of a menu driven by Menu Manager, they relate to actual Pages in the system. In CMSMS go to Content > Pages.
Commonly the top-level menu will be automatically created from the parent pages contained there.
Commonly the top-level menu will be automatically created from the parent pages contained there.
Re: how to link top menu button to item page
Thank you for your reply. Yes I am using menu Manager. I can setup the menu tab in the main template that was created and named Habitat,
{menu template='topnav' items='home,Events,photo-albums,donate'}
but do not know how to link these items to the actual page I want them to go to?
I am sorry that I have little experience and therefore may need a little bit more explaination but your help is greatly appreciated.
{menu template='topnav' items='home,Events,photo-albums,donate'}
but do not know how to link these items to the actual page I want them to go to?
I am sorry that I have little experience and therefore may need a little bit more explaination but your help is greatly appreciated.
Re: how to link top menu button to item page
Look at the pages screen, for each of those items there should be a corresponding page.
Re: how to link top menu button to item page
Thanks, it took a few minutes to realize what you where saying but I got it to work. Sorry but I have no experience in CMS but am willing to learn. Great support.
-
Deak
Re: how to link top menu button to item page
To save you the bother of manually adding pages to the menu in your template, you could do something like:
{menu template='topnav' number_of_levels='1'}
Which would automatically look for all your top-level pages.
Or, if you did need to exclude some pages, but include most, you could do:
{menu template='topnav' number_of_levels='1' excludeprefix="privacypolicy,terms,help"}
{menu template='topnav' number_of_levels='1'}
Which would automatically look for all your top-level pages.
Or, if you did need to exclude some pages, but include most, you could do:
{menu template='topnav' number_of_levels='1' excludeprefix="privacypolicy,terms,help"}
Re: how to link top menu button to item page
And as always if it's [solved] please change the first post subject line...


