Title: Header.php is not working!
Last modified: August 19, 2016

---

# Header.php is not working!

 *  [xxkingcxx](https://wordpress.org/support/users/xxkingcxx/)
 * (@xxkingcxx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/headerphp-is-not-working/)
 * I have post my header to work.. just when it goes to single post, or any other
   part of the blog HEADER does not appear…supper lost.. trying to get help fix 
   this issue link is here [legendarystatusco.com/blog](http://legendarystatusco.com)
   [](http://legendarystatusco.com/blog/2011/01/vblog-alexander/)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/headerphp-is-not-working/#post-1851605)
 * try to use absolute file paths to the header images
 *  Thread Starter [xxkingcxx](https://wordpress.org/support/users/xxkingcxx/)
 * (@xxkingcxx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/headerphp-is-not-working/#post-1851792)
 * how do i go by doing that have example?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/headerphp-is-not-working/#post-1851825)
 * example:
    for instance this line from your header code:
 *     ```
       <tr>
       <td colspan="6"><img src="images/blogheader_01.gif" height="119" width="750" /></td>
       </tr>
       ```
   
 * try and change it to:
 *     ```
       <tr>
       <td colspan="6"><img src="<?php bloginfo('template_url'); ?>/images/blogheader_01.gif" height="119" width="750" /></td>
       </tr>
       ```
   
 * this part `<?php bloginfo('template_url'); ?>/` should automatically add the 
   absolute path to your images folder.
    [http://codex.wordpress.org/Function_Reference/bloginfo](http://codex.wordpress.org/Function_Reference/bloginfo)
 * do the same for all other images in your header.
 *  Thread Starter [xxkingcxx](https://wordpress.org/support/users/xxkingcxx/)
 * (@xxkingcxx)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/headerphp-is-not-working/#post-1851845)
 * Thank you so much! you help out alot !!!

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

The topic ‘Header.php is not working!’ is closed to new replies.

## Tags

 * [don't work](https://wordpress.org/support/topic-tag/dont-work/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [headers](https://wordpress.org/support/topic-tag/headers/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [xxkingcxx](https://wordpress.org/support/users/xxkingcxx/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/headerphp-is-not-working/#post-1851845)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
