Below is the code that I am using, but I would like to exclude some pages from the list. I am having trouble incorporating <?php wp_list_pages('exclude=17,38' ); ?> into the code below not sure of the proper syntax for adding the exclude.
<?php wp_list_categories('sort_column=name&title_li=&depth=2'); ?>
Any help would be appreciated!