Exclude Pages
<ul>
<?php wp_list_pages('exclude=17,38' ); ?>//here insert the ID of the Page(s). More than one: 17, 23
</ul>
<ul>
<?php wp_list_pages('exclude=17,38' ); ?>//here insert the ID of the Page(s). More than one: 17, 23
</ul>