excluding pages from wp_list_pages
-
According to this support thread, the codex, and my limited knowledge of PHP, I replaced the code for wp_list_pages with the following:
<li id='pages'> <?php wp_list_pages('title_li='); ?> <ul> <?php wp_list_pages('exclude=6,15' ); ?> </ul> </li>and yet, the title “pages” is still being listed in my sidebar along with the pages I am trying to exclude from the list.
Am I missing a step somewhere?
http://www.onyoungchildren.com
Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘excluding pages from wp_list_pages’ is closed to new replies.