I don't want child pages to appear in my sidebar. I've triend various permutations with the depth argumument, but nothing I do seems to make any difference.
I edited sidebar.php and modified the wplist_pages line as follows:
<?php wp_list_pages('depth=1&title_li=<h2>' . __('Pages') . '</h2>'); ?>
The child pages are still listed in the sidebar. What am I doing wrong?
Thanks,
Carol