Thanks peredur.
Header.php says:
/* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #access -->
</header><!-- #branding -->
<div id="main">
I don’t know how to deal with the values returned. For an example, I have an image in my child images folder call Nav-About.jpg What do I need to do to invoke this?
Thanks
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]