Title: Header Image
Last modified: August 24, 2016

---

# Header Image

 *  Resolved [AliWil](https://wordpress.org/support/users/aliwil/)
 * (@aliwil)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-146/)
 * Hi there,
 * If I make my home page a static one, the header image disappears – have tried
   any work arounds I can think of, but nothing is working – please help! 🙂
    Thanks
   in advance, Alison
 * [http://www.mike.backinafrica.com](http://www.mike.backinafrica.com)

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

 *  Theme Author [Takimi Themes](https://wordpress.org/support/users/takimi/)
 * (@takimi)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-146/#post-5981201)
 * Dear Aliwil
 * in order to have the header image enabled to all pages and posts and everywhere
   you can do the following:
 * Browse the theme – directory and find the folder “theme-includes”. Inside this
   folder you should find the file :header-image-area.php. Open this file in an 
   editor and remove the “is_home() &&” from the first line. This way you can have
   the header showing up on all pages 🙂
 *     ```
       <?php if(get_header_image() != ''):?>
           ....
       ```
   
 *  Thread Starter [AliWil](https://wordpress.org/support/users/aliwil/)
 * (@aliwil)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-146/#post-5981209)
 * Hi Takimi,
 * Thanks for replying 🙂 I did see this somewhere else on this forum & tried it,
   but it didn’t work. I’m also having the same issue on another WP site I have,
   using the Twenty Fifteen theme? ie I don’t want the header image on every page,**
   just **the front page?
 * If I go to Appearance >> Header image >> and add it there, it works fine **ONLY**
   if I leave the Home page as a ‘display all posts’ ie blog page. As soon as I 
   use the option to turn it into a ‘static page’, the header … poof … just disappears??
 * Any ideas?
    Many thanks in advance 🙂
 * AW
 * [Site 1](http://mike.backinafrica.com)
 * [Site 2](http://www.cleaningafrica.co.za/)
 *  Theme Author [Takimi Themes](https://wordpress.org/support/users/takimi/)
 * (@takimi)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-146/#post-5981289)
 * You could try using
 *     ```
       if(is_front_page()):
         if(get_header_image() != ''):
         ........
         endif;
   
         endif;
       ```
   
 *  Thread Starter [AliWil](https://wordpress.org/support/users/aliwil/)
 * (@aliwil)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/header-image-146/#post-5981370)
 * Great thanks – will try that. Sorry, been away now playing catch up.
 * Another Q please. I’m using the right hand side bar for pics. How do I get this
   to change ie different pics show up in this sidebar for every page? This is for
   Site 1 above 🙂
 * Thanks again in advance,
    AW
 *  Theme Author [Takimi Themes](https://wordpress.org/support/users/takimi/)
 * (@takimi)
 * [11 years ago](https://wordpress.org/support/topic/header-image-146/#post-5981382)
 * Dear AliWil I think that there are some plugins that will help you with changing
   the images in the sidebar area. The are also plugins that you can have different
   sidebar per page.
 *  Thread Starter [AliWil](https://wordpress.org/support/users/aliwil/)
 * (@aliwil)
 * [11 years ago](https://wordpress.org/support/topic/header-image-146/#post-5981388)
 * Great – thanks so much Takimi – will give that a go 🙂
 *  [LeeDavies](https://wordpress.org/support/users/leedavies/)
 * (@leedavies)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/header-image-146/#post-5981461)
 * Hi there, I am having the same issue pretty much as AliWil, for a while, the 
   header img was visible off of static homepage mode and now it does not appear
   at all.
 * I couldn’t find the “theme-includes” folder but I did try to remove “<?php if(
   is_home() && get_header_image() != ”):?>” from the “Header-image-area.php” folder
   but it appeared as a syntax error.
 * If you could assist me with this Takimi i’d be very grateful.
 * Lee.
 * [my site](http://leedavies.sitebuildingdomain.co.uk/)
 *  Theme Author [Takimi Themes](https://wordpress.org/support/users/takimi/)
 * (@takimi)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/header-image-146/#post-5981462)
 * Dear LeeDavies,
    you can try to remove the code however if you have removed the`
   <?php if(is_home() && get_header_image() != ''):?>`
 * you should also remove the
 * `endif;` that accompanies the if above.
 *  [LeeDavies](https://wordpress.org/support/users/leedavies/)
 * (@leedavies)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/header-image-146/#post-5981463)
 * Hi Takimi
 * Thanks! It worked 🙂
 * Thanks V much for your help, it’s a great theme too.
 * Best regards,
 * Lee.

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

The topic ‘Header Image’ is closed to new replies.

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

## Tags

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

 * 9 replies
 * 3 participants
 * Last reply from: [LeeDavies](https://wordpress.org/support/users/leedavies/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/header-image-146/#post-5981463)
 * Status: resolved