• mozity

    (@mozity)


    I’m trying to exclude certain pages in my footer nav so I have this:

    <ul id="footerLinks">
       <?php wp_list_pages('exclude=4,68,70&title_li=&sort_column=menu_order'); ?>
    </ul>

    The result is listing every page on the site…seems to be ignoring the exclude. It’ll work if I use include, but I only need to exclude these 3 pages.

    I’m using Sandbox template if that helps.

    I have used this in other version of WP w/o issue…any suggestions on fix?

  • The topic ‘wp_list_pages – exclude isn’t working in 2.9.2’ is closed to new replies.