Page 1 of 1

[Solved] Custom menu in footer

Posted: Mon Apr 23, 2007 5:19 pm
by Muzzy
Hi All.

Not being very good at coding, I've given up on the idea of using graphics for a menu. But... I would like to set-up a menu in my footer just for 2 pages (ex: Sitemap page and Terms page).

Obviously I don't want these pages to show up in the horizontal menu at the top. So my questions are:

1) How do I not show these 2 pages in the horizontal menu?

and

2) How do I include a text menu for just the 2 pages in my footer area?

Thanks.
Mike.

Re: Custom menu in footer

Posted: Mon Apr 23, 2007 9:28 pm
by Nullig
Just use regular links in the global content for footer:

Code: Select all

<a href="sitemapurl">sitemap</a> <a href="termsurl">Terms</a>
or regular cms internal links.

Nullig

Re: Custom menu in footer

Posted: Tue Apr 24, 2007 2:56 pm
by Muzzy
Nullig wrote: Just use regular links in the global content for footer or regular cms internal links.
Thanks Nullig.

Now you mention it, it's painfully obvious.
Somebody give me a new brain!!!

Thank you friend.
Mike.