Forums

Twnety Ten - How to get rid of black page title h1 on every page (2 posts)

  1. bhauser
    Member
    Posted 1 year ago #

    I want to get rid of the page title on every page - what I mean by the page title is the black text that is display the name of that page that is currently selected. The black text is above the bold navy H1 I created.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    edit page.php and remove it there:

    <?php if ( is_front_page() ) { ?>
    						<h2 class="entry-title"><?php the_title(); ?></h2>
    					<?php } else { ?>
    						<h1 class="entry-title"><?php the_title(); ?></h1>
    					<?php } ?>

Topic Closed

This topic has been closed to new replies.

About this Topic