Posts tagged as:

thesis

Thesis theme – How to add another menu

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&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.

0 comments Read the full article →

Who needs Ruby on Rails?

by JCOctober 19, 2009 Settings

Who needs Ruby on Rails? When PHP-on-Wordpress-on-Thesis is all you need for fast professional websites!
If, like me, you’re more of a hack than a professional coder, PHP, Wordpress and Thesis are the way to go. Leave Ruby on Rails to the real nerdy nerds.

3 comments Read the full article →