Forums

[resolved] How do I create a page that doesn't show in list... (5 posts)

  1. kikilondon
    Member
    Posted 4 years ago #

    Hey there,

    I am using wordpress as a tool for my online magazine.

    In my sidebar I have a list of pages, with a limit of 7...

    This code:

    <?php wp_list_pages('title_li=&limit=7'); ?>

    Now I would like to create, TWO or three pages that will not appear on that list in my sidebar.

    I will be using these pages for special info, links, special features etc... And I want to link to them seperately, as opposed to them appearing in that list.

    Is it possible to do that?

    I'm not sure how much sense I'm making, but I would basically like to create a few pages that would be hidden from the sidebar page list, but will still exsist to the public if the link is clicked.

    Thanks in advance.

  2. christykny
    Member
    Posted 4 years ago #

    Look in the docs for 'exclude pages' or even better would be to use sidebar widgets and just set the widgets to exclude those Pages.

  3. LostInNetwork
    Member
    Posted 4 years ago #

    Create them as subpages and link to them from somewhere.

  4. CyberCobre
    Member
    Posted 4 years ago #

    It is possible. Use the PAGE ORDER feature at the bottom of your admin sidebar where you write/edit pages. Set the number of the pages you don't want to appear at 8 and above. Next, to have the pages appear in the sidebar, you can either use WP coding methods (php) or you can scab in html links to them. Use your theme editor to edit the sidebar either way. Or, as suggested, you can use widgets, but I find that sometimes the widgets are more trouble than simply recoding the theme pages.

  5. kikilondon
    Member
    Posted 4 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic