We have all seen the websites with a secondary menu at the top with the more boring page links, what we will do in this part is to create a secondary menu in our twenty ten child theme, lets stop and think about what we want the menu to look like, it would look silly if it had the same style as the main menu so it will need a style of it’s own.
If we follow the steps in this tutorial we will be able to add a second menu bar to a WordPress theme, have looked at theme locations, which is the code that injects the menu into a themes header, and the styling of a new navigation bar.
We will need to do the following steps, let WordPress know we want a new menu location in the functions.php file, create a new and different style for this menu and add the menu to the header.php
