Title: header h1 title
Last modified: August 31, 2016

---

# header h1 title

 *  [Martin](https://wordpress.org/support/users/matotien/)
 * (@matotien)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-h1-title/)
 * Hello,
 * How can i remove the h1 headers for the pages? i have tried removing it from 
   the front-page.php file and home.php file
 * Here is the initial code
 *     ```
       <?php if ( is_home() && ! is_front_page() ) : ?>
       				<header>
   
       				<h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>
   
       				</header>
       ```
   
 * edited code
 *     ```
       <?php if ( is_home() && ! is_front_page() ) : ?>
       				<header>
   
       				</header>
       ```
   
 * but the h1 headers for the pages are still visible.
 * Kind regards,

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Clarion Technologies](https://wordpress.org/support/users/clarionwpdeveloper/)
 * (@clarionwpdeveloper)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-h1-title/#post-7128191)
 * Can you please share your website link.
 *  Thread Starter [Martin](https://wordpress.org/support/users/matotien/)
 * (@matotien)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-h1-title/#post-7128236)
 * Am working on it locally, will put up something for you online.
 *  [almcr](https://wordpress.org/support/users/almcr/)
 * (@almcr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-h1-title/#post-7128340)
 * I would say: refresh your page, if you have eliminated the code to display the
   h1 title, then there is no way that they will show unless you are using the wrong
   HTML code to show them.
 * confirm to yourself using the Chrome/FF inspect function to verify that you are
   actually using the code that you think you should be.
 * Al
 *  [almcr](https://wordpress.org/support/users/almcr/)
 * (@almcr)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/header-h1-title/#post-7128341)
 * one other thing: do use a child theme and make your code changes in it.
 * Al

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘header h1 title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentysixteen/3.7/screenshot.png)
 * Twenty Sixteen
 * [Support Threads](https://wordpress.org/support/theme/twentysixteen/)
 * [Active Topics](https://wordpress.org/support/theme/twentysixteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentysixteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentysixteen/reviews/)

## Tags

 * [H1](https://wordpress.org/support/topic-tag/h1/)
 * [headers](https://wordpress.org/support/topic-tag/headers/)

 * 4 replies
 * 3 participants
 * Last reply from: [almcr](https://wordpress.org/support/users/almcr/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/header-h1-title/#post-7128341)
 * Status: not resolved