<ul>
<li>
<a class="<? echo (is_home())?'on':''; ?>" href="<?php echo get_option('home'); ?>/">Home</a></li>
<?php $pages = wp_list_pages('title_li=0'); ?>
</ul>
This is the code I have, since I’m using a different theme. How would I edit that to exclude those certain pages?