Thesis theme – How to add another menu

by admin on December 15, 2009 · 0 comments

in Form & Function

/* Add the top navigation menu */ /* Links for top menu will need to be manually added here, since this menu isn&apos;t supported by Thesis */ function topnav_menu() { ?> <ul id=”topnav”> <li><a href=”http://www.cashmoneylife.com”>Home</a></li> <li><a href=”http://www.cashmoneylife.com/about”>About</a></li> <li><a href=”http://www.cashmoneylife.com/archives”>Archives</a></li> <li><a href=”http://www.cashmoneylife.com/about”>Contact</a></li> </ul> <?php } add_action(&apos;thesis_hook_before_header&apos;, &apos;topnav_menu&apos;);
via Thesis theme – How to add another menu.

Related posts:

  1. Thesis 1.6 Developers Release Notes
  2. Thesis Tutorial : How to Move Main Nav Menu Below Header
  3. Wordpress P2 theme
  4. Who needs Ruby on Rails?

Sponsored links:

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: