I'm trying to figure out how to create pages without having them constantly added to my navigation bar at the top. Every time I add a page, there's automatically a tab to the page added on the navbar, which makes things quite cluttered.
I'm trying to figure out how to create pages without having them constantly added to my navigation bar at the top. Every time I add a page, there's automatically a tab to the page added on the navbar, which makes things quite cluttered.
If your theme uses the template tag, wp_list_pages(), to create the nav menu (probably in your theme's header.php file), you could use the exclude= or include= parameter to reach your goal.
Resources:
Stepping Into Templates
Stepping Into Template Tags
Template Hierarchy
http://wordpress.org/extend/plugins/exclude-pages/
this plug in seemed to work quite nicely, still having trouble getting my titles to show up though.
This topic has been closed to new replies.