Title: cutline header image problem
Last modified: August 18, 2016

---

# cutline header image problem

 *  [poetsquib](https://wordpress.org/support/users/poetsquib/)
 * (@poetsquib)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/cutline-header-image-problem/)
 * I have uploaded header images and named them as instructed. However while one
   header image shows up on my home page and on my posts page; there does not seem
   to be anything linking each of the 5 header images to the files (eg archives,
   single post). How do I rectify this?
 * thanks!

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

 *  [4k](https://wordpress.org/support/users/4k/)
 * (@4k)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/cutline-header-image-problem/#post-607495)
 * [Maybe this page will help](http://cutline.tubetorial.com/how-to-customize-your-header-images/)
 *  Thread Starter [poetsquib](https://wordpress.org/support/users/poetsquib/)
 * (@poetsquib)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/cutline-header-image-problem/#post-607687)
 * Hi – yes I tried that. The problem I have is that although I have uploaded header
   images, titled as instructed to the right folder, only two of the header images
   work. For example the header image on my front page is showing up on my archives
   page as well
 * this is the last bit of code in the header.php
 * <div id=”header_img”>
    <?php if (is_home()) { ?> <img src=”<?php bloginfo(‘template_url’);?
   >/images/header_1.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?
   > header image 1″ title=”<?php bloginfo(‘name’); ?> header image 1″ /> <?php }
   elseif (is_single()) { ?> <img src=”<?php bloginfo(‘template_url’); ?>/images/
   header_2.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header
   image 2″ title=”<?php bloginfo(‘name’); ?> header image 2″ /> <?php } elseif (
   is_page()) { ?> <img src=”<?php bloginfo(‘template_url’); ?>/images/header_3.
   jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 3″
   title=”<?php bloginfo(‘name’); ?> header image 3″/> <?php } elseif (is_archive()){?
   > <img src=”<?php bloginfo(‘template_url’); ?>/images/header_4.jpg” width=”970″
   height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 4″ title=”<?php bloginfo(‘
   name’); ?> header image 4″ /> <?php } else { ?> <img src=”<?php bloginfo(‘template_url’);?
   >/images/header_5.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?
   > header image 5″ title=”<?php bloginfo(‘name’); ?> header image 5″ /> <?php }?
   > </div>
 * this is the site [http://poetsquib.com/](http://poetsquib.com/)

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

The topic ‘cutline header image problem’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [poetsquib](https://wordpress.org/support/users/poetsquib/)
 * Last activity: [18 years, 9 months ago](https://wordpress.org/support/topic/cutline-header-image-problem/#post-607687)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
