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><a href="/">Home</a></li>
</ul>
'nav', 'container_class' => 'menu-header' ) ); ?>
</div>
Related posts:
- 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...
- WordPress Comment Moderation Tool (WordPress Plugin) There are many blog owners who get tons of comments...
You should have got the notification to upgrade your WordPress Installation. Most of us do it instan →
There are many blogging softwares like Joomla, WordPress, Drupal, etc, but I would suggest you to go →
I always wait for beta releases and love to test it and try to know about the new features, and also →