Title: Adding Image to Header
Last modified: August 18, 2016

---

# Adding Image to Header

 *  Resolved [thedaytripper](https://wordpress.org/support/users/thedaytripper/)
 * (@thedaytripper)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/)
 * Hi,
 * I’ve got [my blog](http://www.daytripperblog.com) pretty much how I want it except
   I’d like to add an image to my header. I’m using the theme “Greenline 1.0 by 
   GPS Gazette” and see where I need to add my image in the page source, however
   I’m having a hard time finding the file where I need to make the neccessary changes.
   Any help is greatly appreciated.

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

 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654253)
 * Look in the header.php file.
 *  Thread Starter [thedaytripper](https://wordpress.org/support/users/thedaytripper/)
 * (@thedaytripper)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654255)
 * whoops
 *  Thread Starter [thedaytripper](https://wordpress.org/support/users/thedaytripper/)
 * (@thedaytripper)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654256)
 * Thank you! So would I just change these lines-
 *     ```
       <div id="blogtitle">
       <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
       </div>
       <div id="navigation">
       ```
   
 * to
 *     ```
       <div id="blogtitle">
       <h1><a href="my_blog_url_here"><img src="my_picture.jpg" /></a></h1>
       </div>
       <div id="navigation">
       ```
   
 * Thanks again
 *  Thread Starter [thedaytripper](https://wordpress.org/support/users/thedaytripper/)
 * (@thedaytripper)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654272)
 * okay, I bit the bullet and just did it. If you look though, my image is where
   it’s supposed to be, but I had to add a couple page breaks so the 1/3 of the 
   header image wasn’t blocked by the nav bar.
 * Now I’d like to make the greeen rectangle behind the image taller so it comes
   all the way down to the nav bar. I have no idea what to look for in the code 
   to make the changes
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654273)
 * 1. The “my-blog-url-here” has been there in the initial code. Why did you change
   it?
 * 2. Images can be modified in image editor (if you want it taller, higher), not
   in WP:
    [http://daytripperblog.com/wp-content/themes/greenline-10/img/navtop.gif](http://daytripperblog.com/wp-content/themes/greenline-10/img/navtop.gif)
 *  Thread Starter [thedaytripper](https://wordpress.org/support/users/thedaytripper/)
 * (@thedaytripper)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654276)
 * Thanks, this is starting to make sense. I’ve got a lot to learn about CSS and
   PHP

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

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [thedaytripper](https://wordpress.org/support/users/thedaytripper/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/adding-image-to-header-2/#post-654276)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
