Title: Remove Header from Pages
Last modified: August 20, 2016

---

# Remove Header from Pages

 *  [adro.gross](https://wordpress.org/support/users/adrogross/)
 * (@adrogross)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-pages/)
 * Hello,
 * I am trying to remove the blog title and image in the header from all “pages”
   but keep it on the homepage of [http://www.marydolce.com](http://www.marydolce.com).
   I have tried creating a new template but all of the formatting disappears. Any
   help would be greatly appreciated.
 * Thank you,
    Adrian

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-pages/#post-2552934)
 * you might be able to use a conditional statement around the blog title and image;
 * [http://codex.wordpress.org/Conditional_Tags](http://codex.wordpress.org/Conditional_Tags)
 * possible using `is_front_page()`
 * example:
 *     ```
       <?php if( is_front_page() ) : ?>
       ALL THE CODE FOR THE BLOG TITLE AND HEADER IMAGE HERE
       <?php endif; ?>
       ```
   
 *  Thread Starter [adro.gross](https://wordpress.org/support/users/adrogross/)
 * (@adrogross)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-pages/#post-2552943)
 * That worked perfectly! Thanks very much for your help.
 * – Adrian
 *  [kreacio](https://wordpress.org/support/users/kreacio/)
 * (@kreacio)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-pages/#post-2552955)
 * Where to find this code?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-pages/#post-2552961)
 * > Where to find this code?
 * possibly in header.php of a WordPress theme …

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

The topic ‘Remove Header from Pages’ is closed to new replies.

## Tags

 * [change header](https://wordpress.org/support/topic-tag/change-header/)
 * [Remove Header](https://wordpress.org/support/topic-tag/remove-header/)

 * 4 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/remove-header-from-pages/#post-2552961)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
