mscappa 0 Report post Posted April 6, 2010 I'm looking to create pages and not have them appear in the main nav. I thought there was an easy way to achieve this in WP, as you created a page, there was a dropdown to select whether you'd like it to appear in the nav or not. For some reason, this option does not appear for me with this theme. Am I missing something? Advice on how to achieve the same results? Thanks! Share this post Link to post Share on other sites
wpfun 0 Report post Posted April 6, 2010 Hi, There is a cool plug-in called pageMash. You can very easily manage the order, and visibility of the pages, and children pages too. Check it out Share this post Link to post Share on other sites
mscappa 0 Report post Posted April 7, 2010 thanks wpfun, unfortunately, it didn't work. it installed properly, but has a time out error every time I attempt to hide a page. What about to the core "hide page" WP functionality? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 7, 2010 You can edit the Wordpress function wp_list_pages in the header.php file http://codex.wordpress.org/Template_Tags/wp_list_pages#Exclude_Pages_from_List Share this post Link to post Share on other sites
mscappa 0 Report post Posted April 8, 2010 Thanks Adam, looks like exactly what I need. However, I don't seem to have that function listed in my header.php file? I tried adding: <?php wp_list_pages('exclude=2,38' ); ?> as illustrated on the link you sent, but that didn't seem to work. I assume because the function isn't there to begin with. Can you explain a bit further for me on how I can exclude certain pages? Thanks for all of your help! Share this post Link to post Share on other sites
Andrew 207 Report post Posted April 8, 2010 The best thing to do here is use exclude pages plugin.. its what we use on PageLines Share this post Link to post Share on other sites
mscappa 0 Report post Posted April 12, 2010 Worked like a charm! had it installed on one of my other sites, but forgot it was a separate plugin! Thought it was stock WP! once again, thanks for your support! Share this post Link to post Share on other sites