FYI to exclude multiple pages just separate by commas
<?php wp_list_pages(‘title_li=&exclude=970,975,973,998,1080,1081’); ?>
Newer versions of wordpress aren’t as gay and have this built in so it’s not a big deal but for working on old systems it’s helpful to know.