I would like to use the first option and change the code, but how do I know what the page numbers are?
“Exclude Pages from List:
Use the exclude parameter to hide certain Pages from the list to be generated by wp_list_pages”.
<ul>
<?php wp_list_pages('exclude=17,38' ); ?>
</ul>
I only have page titles, and can’t find the numbers.
Thanks