Hi All,
So for the wp_list_pages function you can use the following to exclude pages -
<?php wp_list_pages('exclude=17,38' ); ?>
This would exclude page 17 and 38 for instance.
The problem is that I do not know my page number. Ive tried setting a page number in the edit page part of the admin section and then excluding it, but this doesnt work...
So... Is there a way to exclude a page by the title? My page url is /thank-you-for-subscribing/ - any way to exclude that?
Thanks very much in advance!
Jamie