Exclude Page Code Not Working
-
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 https://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>
please advise. thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Exclude Page Code Not Working’ is closed to new replies.