• you know you have pages and posts.. well

    I want to go into admin and create a new page but not have it show up below the pages on my site.. I just want to use it as a page to refer people to.. after they have made a purchase.. how do i prevent it from showing up?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter shiner25

    (@shiner25)

    Big Problem it tells you to do this

      <?php wp_list_pages(‘exclude=17,38&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>

    Note: The Page is only excluded from the list; it can still be accessed from Manage->Pages by clicking that Page’s “View” button. It can also be accessed by directly typing itsURI in your web browser.More: Excluding a Page from the list will also exclude all of its SubPages (a.k.a children) ifit has any. [Moderated – we can read the Codex ]
    Problem is my pages are not numbes as i have permalinks on.. so how do i do it with permalinks on

    So you’re saying that using Page ID displayed in your Manage->Pages panel doesn’t work with the exclude parameter in wp_list_pages?

    It has to work, I also use permalinks and exclude Pages by their ID.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to get a page created without it showing up on navigation’ is closed to new replies.