Hidden Pages on Wordpress blog

Discussion in 'WordPress' started by Michelle10, Mar 2, 2010.

  1. #1
    Hi,
    I'd like to know how to create hidden pages - pages that don't appear in the navigation or sitemap of my wordpress blog. Thanks.

    Michelle :D
     
    Michelle10, Mar 2, 2010 IP
  2. abhijit

    abhijit Notable Member

    Messages:
    4,094
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    215
    #2
    do you want to fix your navigation and rest of pages will not be shown.........
     
    abhijit, Mar 2, 2010 IP
  3. Michelle10

    Michelle10 Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No, I want to create a page where I can upload a free report or e-book that people have to optin in order to download the report. I don't want the page to appear on the site navigation for obvious reasons.
    :)
     
    Last edited: Mar 2, 2010
    Michelle10, Mar 2, 2010 IP
  4. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can password protect the page when creating or editing it. Top right under Publish, Visibility, click edit.

    "Hiding" the page depends on a few variables. If you have pages in the navigation bar on the theme's header you need to change the code in the themes header file to not show or exclude that page's ID number. More here:
    Custom Header Navigation

    You will need to exclude the page's ID number if you are showing the pages sidebar widget. To find the pages ID number go to Pages, Edit, open to edit the page and look in the browser address bar. The number on the end is it's ID number. Like this --> action=edit&post=93

    The sitemap plugin you are using should have a similar exclude page/post option and then there are other methods I don't know much about but you may want to Google using the robots.txt file and possibly the .htaccess file too.
     
    Last edited: Mar 2, 2010
    Houdy, Mar 2, 2010 IP
  5. internetmarketingiq

    internetmarketingiq Well-Known Member

    Messages:
    3,552
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    165
    #5
    create a blank folder on your host account. Then upload anything you want to that folder.

    If you use a robot noindex attribute it shouldn't be crawled... shouldn't... but it still might.

    Password Protection is the way to go.
     
    internetmarketingiq, Mar 2, 2010 IP