• rookie37

    (@rookie37)


    On my website, my pages are public. I would like to be able to remove a page from public view. However I don’t know how unless I delete it.

    I made the page private. However it still shows up as a page that can be selected. I don’t want it to show up at all.

    How do I do that?

    Perhaps I have a bug. Will you see my website and tell me. Try to view the links page. It shows up as a tab. However if you select it, the website can’t find it. That’s because I set the page to private.

    http://www.sundialsforlearning.com

    twenty ten didn’t work this way. When I made a page as private it disappeared completely from public view

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tino1408

    (@tino1408)

    to exclude pages:
    <?php wp_list_pages(‘title_li=my pages&exclude=##’); ?>

    where ## is the ID of the page you don’t want shown in the list

    and my pages would be whatever you want the heading to be

    Source: [link moderated]

    Michael

    (@alchymyth)

    as you seem to be using the custom menu feature under dashboard – appearance – menus, remove the page from the menu; http://codex.wordpress.org/Appearance_Menus_Screen

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘question about twenty twelve’ is closed to new replies.