Quick exclusion question

Discussion in 'PHP' started by wholesalechecklist, Jun 25, 2010.

  1. #1
    Here is a line of code from my wordpress header:

    <?php wp_list_pages('sort_column=menu_order&title_li='); ?>
    PHP:
    Is there a way to make it exclude page_id=92, which is my privacy policy. I need the page to exist, I just don't want it appearing in my header.

    I know I can hard-code the header with static links, but I want it to be able to update itself if I decide to add a new page in the future, so this exclusion edit would help a lot. Thanks.
     
    wholesalechecklist, Jun 25, 2010 IP
  2. wholesalechecklist

    wholesalechecklist Peon

    Messages:
    511
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    fixed. nevermind.
     
    wholesalechecklist, Jun 25, 2010 IP