Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Remove page titles

    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 } ?>

Viewing 1 replies (of 1 total)