Page 1 of 1
I want to create a footer manually
Posted: Wed Jan 27, 2010 12:39 am
by vishal2209
Hi
I am struggling to create a footer manually....
the default footer that is visible is similar to sitemap..where all menus are shown...
please help...
Vishal
Re: I want to create a footer manually
Posted: Wed Jan 27, 2010 6:15 am
by RonnyK
Go into your template, check for the div #footer and remove the {menu}-calls that are there....
Then put there what you want there instead...
Ronny
Re: I want to create a footer manually
Posted: Wed Jan 27, 2010 12:59 pm
by vishal2209
Thanks RonnyK for help...
In my footer i need to show only few required menus....how to get this..if i make them constant link that would not beĀ a good soln...
is there a way where i can control what all menus i can show in my footer....
Re: I want to create a footer manually
Posted: Wed Jan 27, 2010 1:56 pm
by RonnyK
Check the help of menu. It will show all you can call as parameters... You can call all pages under a parent, or specific items.
Ronny
Re: I want to create a footer manually
Posted: Thu Jan 28, 2010 10:12 pm
by essexboyracer
{menu template='footer1' number_of_levels='1'}
The above clal shows the top level content items only
{menu template="footer2" items="telephone,online-survey,newsletter,blog,privacy-policy"}
This one shows only the page alias telephone,online-survey,newsletter,blog,privacy-policy or whatever you call them.