In "left_sidebar.php", I have replaced
<?php wp_list_pages ('depth=3&title_li=<h2>Pages</h2>'); ?>
with
<?php wp_list_pages ('depth=3&title_li='); ?>
as suggested in the main Wordpress forums. However, that didn't work... the "Pages" title is still there.
Is there a way to remove it specific to this theme?
The site address I'm working with is http://www.aubreybrick.com/wordpress/
