how come i have "exclude=171" in my list pages code below, but its not excluding page 171 from my page list in the leftside navigation on the website http://www.poolplayersforhire.com/???? <div id="leftside"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Main Sidebar') ) : else : ?> <ul class="page"> <?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?> <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=&exclude=171'); ?> </ul> <?php endif; ?> </div> Code (markup): please advise. thanks.
You should take a look at this plugin it's for the navigation bar but may work: http://wordpress.org/extend/plugins/page-link-manager/ Also you might want to change the permalinks to: %postname% or /%category%/%postname%/ Go to Settings/Permalinks and enter it in the Custom field
bob25, thanks, but i'm a little wary of the plugin because there should be a very simple way to edit the php to exlude this page. just havent figured out what it is yet. but thanks for the heads up about the permalinks. jalpari, i tried both options but neither worked. the Questionnaire link still appeared at the bottom of the page listing. please advise. thanks.
Hey sixrfan, you can use exclude page plugins for exclude any page from navigation. http://wordpress.org/extend/plugins/exclude-pages/ Thanks