Disabling a Page While I'm Working on It

Discussion in 'WordPress' started by travoholic, Sep 23, 2007.

  1. #1
    Hello,

    I'm working on this page: http://www.nerdynomad.com/map and I'd like for it not to show up in the header index until it's done. How can I disable it without deleting it?

    Thanks!
    Kirsty
     
    travoholic, Sep 23, 2007 IP
  2. ColorWP.com

    ColorWP.com Notable Member

    Messages:
    3,121
    Likes Received:
    100
    Best Answers:
    1
    Trophy Points:
    270
    #2
    You can restrict access from IPs different from yours with htaccess but don't ask me how to do it, because I don't know the syntax.
     
    ColorWP.com, Sep 24, 2007 IP
  3. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Do one of two things:

    1. Do all test work on an internal site. Only add the page/addon when it is ready to go live on your site.
    2. Hardcode the pages in your header instead of using the wp_list_pages() function.
     
    mizaks, Sep 24, 2007 IP
  4. 46and47

    46and47 Peon

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Changing the Page Status from Published to Private should do what you want. That only works with WordPress 2.1 and up but I do it all the time.

    47
     
    46and47, Sep 27, 2007 IP