What theme are you using? You can either hard code the home page in your main navigation link, or if the theme has wp_nav_menu, you can set it up there.
I’m using the graphene theme http://www.traumatoday.com which would work better.
So you mean you have resolved the problem? Graphene has two wp_nav_menus available in the header.php area
I have the same problem – how do I do this?
1) Go to Dashboard -> Appearance -> Menus
2) Create a custom menu
3) Apply the custom menu to the appropriate menu location
Thanks, Chip. I have tried, but with no success. i do see this message in my Menus dashboard:
The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.
Does this affect anything?
Does this affect anything?
Yes. It means that your current Theme doesn’t support the core Custom Navigation Menus feature.
You’ll either have to implement support yourself, or switch to a That that supports this feature.
The new custom menu feature of WordPress 3.x is great, you should really consider using a theme that supports them.
Or you can modify the theme yourself, it isn’t that hard just needs a bit of tinkering with the header.php file and a declaration in the themes functions.php file.
I would recommend making modifications via a child theme in case you want to revert, or to future proof your changes against theme upgrades. You can see more info about this here:
http://codex.wordpress.org/Function_Reference/wp_nav_menu