• Resolved thedaytripper

    (@thedaytripper)


    Hi,

    I’ve got my blog 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)
  • Look in the header.php file.

    Thread Starter thedaytripper

    (@thedaytripper)

    whoops

    Thread Starter thedaytripper

    (@thedaytripper)

    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

    (@thedaytripper)

    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

    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

    Thread Starter thedaytripper

    (@thedaytripper)

    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.