by adminJanuary 7, 2010
Form & Function
MyFonts: Top 10 fonts of 2009.
Read the full article →
by adminDecember 15, 2009
Form & Function
/* Add the top navigation menu */ /* Links for top menu will need to be manually added here, since this menu isn'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('thesis_hook_before_header', 'topnav_menu');
via Thesis theme – How to add another menu.
Tagged as:
thesis
Read the full article →