Deleting the code below from page.php of the twentyten theme does not eliminate the redundant page titles .. what am I doing wrong?
thanks!
<?php if ( is_front_page() ) { ?>
<?php } else { ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<?php } ?>