Title: 1.2.1 header problem
Last modified: August 18, 2016

---

# 1.2.1 header problem

 *  [nick0r](https://wordpress.org/support/users/nick0r/)
 * (@nick0r)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/121-header-problem/)
 * Basically as you can see on [http://www.kisberg.com](http://www.kisberg.com) 
   in the header I have my logo, however, if you click to view the comments for 
   the hello world post, the logo does not appear, any ideas how to fix this? I 
   added the logo into index.php

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

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/121-header-problem/#post-139286)
 * In the css, look for url lines like this:
    background: url(images/header.gif
 * and make them more like this:
    background: url([http://www.kisberg.com/images/header.gif](http://www.kisberg.com/images/header.gif)
 *  Thread Starter [nick0r](https://wordpress.org/support/users/nick0r/)
 * (@nick0r)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/121-header-problem/#post-139287)
 * hi,
 * I did that but the logo is called from the php, not css, it’s not a background
   image, it’s a front image (this code was done in index.php)
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/121-header-problem/#post-139288)
 * Same principle.
    You need to use an absolute url, so no matter what is in the
   address bar, it will always look in the same place. By using a relative address,
   it looks for the image relative to the address bar – and because wp uses virtual
   folders, it doesn’t exist.
 *  Thread Starter [nick0r](https://wordpress.org/support/users/nick0r/)
 * (@nick0r)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/121-header-problem/#post-139289)
 * ahhh I get you, it works now thanks very much 🙂

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

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

 * 4 replies
 * 2 participants
 * Last reply from: [nick0r](https://wordpress.org/support/users/nick0r/)
 * Last activity: [21 years, 4 months ago](https://wordpress.org/support/topic/121-header-problem/#post-139289)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
