Upgrading your theme for Menu Functionality : WordPress 3.0

by KishPress on June 29, 2010

I liked the Greyzed Theme and after activation, I realized that the menu feature is not available for this theme. It’s very simple to add this feature

Add the following to the functions.php file of your theme

 add_theme_support( 'nav-menus' ); 

Open the header.php file and do this

<div>
    	<ul>
			<li>&lt;a  href="/"&gt;Home</a></li>
  		</ul>

  		 'nav', 'container_class' =&gt; 'menu-header' ) ); ?&gt;
	</div>

Related posts:

  1. All in One Seo Plugin and Twenty Ten Theme : Issue with Title when Re-Write Title Enabled After upgrading to WordPress 3.0, I changed my theme to...
  2. WordPress Comment Moderation Tool (WordPress Plugin) There are many blog owners who get tons of comments...

Leave a Comment

Previous post:

Next post: