I have a regular navigation for my pages but I also have footer links for things like FAQ, Legal, etc that I would like to create but my problem is, how can I create those pages without those links appearing in the regular navigation?
I read what I think is an answer to my question, can anyone confirm this?
With the custom menu, you create the page and add it to a specific menu. I think you are looking at it backward. Create the page first, then create the menu to display a link to the page. So create the FAQ, Legal, and other pages you want to add to your footer links, then add them in the custom menu section. Hope this helps.
Awesome! Works. Except one problem. When I create the pages and then add them to the custom menu, they still appear in my main navigation, any fix for that?
To make a second menu, just use the custom menu settings inside your wordpress backend. Just clarifying that you dont have to add more lines to your functions.php file.
I read what I think is an answer to my question, can anyone confirm this?
Read the 4th comment.. Here
http://templatic.com/news/wordpress-3-0-menu-management
Now I had to put a php code in my footer as that is where I wanted it, now for the main navigation, I just have to put that in page.php, correct?