You have to set up your theme to use the menus.
See http://www.sitepoint.com/blogs/2010/...wordpress-3-0/
You have to set up your theme to use the menus.
See http://www.sitepoint.com/blogs/2010/...wordpress-3-0/
What is the difference between:
...themes\mytheme\templates\header.php
and
...themes\mytheme\header.php
??
I assume that it is the templates\header.php file that I need to change because the php code simply looks like it will produce the file I need.
In order to do this, I need to know what <?php bloginfo(''); ?> is it all about. Does bloginfo refer to an ID that is set in some other file?
Without seeing your theme template files, I really have no idea.
mytheme\header.php is the file returned by get_header(). If mytheme\templates\hdeader.php is used anywhere in the theme, it will be called using include().
The Codex is your friend: bloginfo().In order to do this, I need to know what <?php bloginfo(''); ?> is it all about. Does bloginfo refer to an ID that is set in some other file?
WP TurnKey - Turn-Key WordPress installation and maintenance services
WordPress user since 2005 | @chip_bennett | chipbennett.net | cbnet Plugins
Whether your theme supports menus or not, you can still create them. The reason your menu screen is "grey" is because you need to "add" a new menu first (the site doesn't start out with any). This isn't really obvious in the UI for Menus.