Hi,
I want to create few pages that will be visible only for users with the link. I don't want the name of the page to appear in the upper pages toolbar...
Is it possible?
Thanks
Hi,
I want to create few pages that will be visible only for users with the link. I don't want the name of the page to appear in the upper pages toolbar...
Is it possible?
Thanks
Yes, it's possible. Just replace the current code with this:
<?php wp_list_pages('exclude=17,38' ); ?>
The "17" and "38" being the ID's of the pages you want to exclude. You can exclude as many as you want, just separate the ID's with a comma.
You can also make the page private by checking the private box under "visibility" on the Add New Page screen.
Thanks!!
This topic has been closed to new replies.