Title: Add header image to posts
Last modified: January 19, 2017

---

# Add header image to posts

 *  Resolved [Travis](https://wordpress.org/support/users/lowburn88/)
 * (@lowburn88)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/add-header-image-to-posts/)
 * Greetings,
 * I apologize if this has been answered already. I have tried searching the documentation
   and posts.
 * But is there a method to have the header image show on individual post pages 
   as well? Currently it is only displayed on the home page.
 * Thank you

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

 *  Theme Author [Takao Utsumi](https://wordpress.org/support/users/utsumit/)
 * (@utsumit)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/add-header-image-to-posts/#post-8684515)
 * Hello,
 * It needs a little customization. Please change header.php line:68.
 * Before:
    `<?php if ( is_home() && get_header_image() ) : ?>`
 * After:
    `<?php if ( ! is_page() && get_header_image() ) : ?>`
 *  Thread Starter [Travis](https://wordpress.org/support/users/lowburn88/)
 * (@lowburn88)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/add-header-image-to-posts/#post-8688163)
 * Thank you so much for your kind support, Mr. Utsumi!
 * I know this is a free theme among your paid offerings, but is there an area where
   I can make a small donation?
 * Best regards

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

The topic ‘Add header image to posts’ is closed to new replies.

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

## Tags

 * [header image](https://wordpress.org/support/topic-tag/header-image/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 2 replies
 * 2 participants
 * Last reply from: [Travis](https://wordpress.org/support/users/lowburn88/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/add-header-image-to-posts/#post-8688163)
 * Status: resolved