So I spent an idle Sunday afternoon fiddling around with the various ins and outs of the latest WordPress 3.0 trunk build. One of the things I really wanted to figure out was the incorporation of the Woothemes Custom Menu Navigation.
(Okay, so I’m showing off my Linux Mint 8 desktop as well–deal with it)
By adding this the following snippet of code to the new default “2010″ theme’s “functions.php” file I was able to add those rather neat drop down menus to the main menu bar under the header image.
add_theme_support( 'nav-menus' );
I went a bit overboard and added the blog roll as well but what the heck–I was on a roll.
Seems that WordPress 3.0 is going to set a new standard for CMS/Blogging platforms all over again. I like it–a lot!
