Hi Everyone, I need some help with Wordpress, and specifically the pages which you set up through the dashboard. I have a page created called 'Pictures' and it appears in my pages list. Now from here I want to create another page which is under 'pictures' but I don't want it to appear in my pages list. Only be a page accessible through a link. Does anyone know how to do this? The only way I have seen so far is to make it private which would work fine but it says Private at the top of the page. If i could remove the word 'Private' from the page title I would be happy with that. Thanks in advance. James
<?php wp_list_pages('title_li=&depth=1&page_sort=asc&exclude=1')?> Code (markup): Change the '1' to the ID(s) of the pages you want to exclude from the pages list.
Kinda works but if only logged into the blog. If I am not logged in the link takes me nowhere. Any other ideas? Is there a way of changing which page links appear on the front page? I only want a select few anyway.
Kinda works? If you put that code in your sidebar or wherever you want to list your pages, it should work fine. Read more about the tag at the Codex.
Sorry, I had posted before I tried it and was replying to the first replier in the thread. Just used your code and it works a treat, thanks very much