There is a plugin called, LJ Custom Menu Links, that will take care of that for you. Create a page with the name you want and fill in the link at the bottom. It will allow you to move it in the menu easily.
Yeah. I know I could do that but that would put it at the end and I need it third from last. If I go to the admin panel to order the links, can I order them around it?
The first loop excludes the three posts, the second includes them, but doesn't that second one also include all the ones in the first loop as well? You'd be duplicated nav links right?
I suppose if worse comes to worse I can just take out the loops and just put in hard code list items.
@bob, I can't just put a link there, the links are generated by created pages.
http://wordpress.org/extend/plugins/menubar/
http://www.blogsweek.com/wp-menubar-3-documentation/
This is my nav's php
Or what about:
I suppose if worse comes to worse I can just take out the loops and just put in hard code list items.