• I’m trying to list my WP pages but exclude one specific page from the list. 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?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Coding Help for WP-list-pages’ is closed to new replies.