I'd like to add a page to my blog that will only show if people click on a specific link in the text widget. How would I do this?
I'd like to add a page to my blog that will only show if people click on a specific link in the text widget. How would I do this?
find wp_list_pages in the template displaying your nav - generally either
/wp-content/themes/{themename}/header.php or sidebar.php
and add an exclude to it
http://codex.wordpress.org/Template_Tags/wp_list_pages#Exclude_Pages_from_List
This topic has been closed to new replies.