How do I create a page that doesn’t show in list…
-
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.
- The topic ‘How do I create a page that doesn’t show in list…’ is closed to new replies.