Forums

PHP Coding Help for WP-list-pages (2 posts)

  1. chazbeaner
    Member
    Posted 4 years ago #

    I'm trying to list my WP pages and exclude one specific one. This is the code that I have:

    <?php wp_list_pages('sort_column=menu_order&depth=2&title_li=','exclude=177'); ?>

    I'm a complete n00b when it comes to PHP but this seems like it should work...what am I missing?

  2. Michael Torbert
    WordPress Virtuoso
    Posted 4 years ago #

    Try it without separate quotes. Just use one set for all the arguments.

Topic Closed

This topic has been closed to new replies.

About this Topic