thedaytripper
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: Adding Image to HeaderThanks, this is starting to make sense. I’ve got a lot to learn about CSS and PHP
Forum: Fixing WordPress
In reply to: Adding Image to Headerokay, 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
Forum: Fixing WordPress
In reply to: Adding Image to HeaderThank 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
Forum: Fixing WordPress
In reply to: Adding Image to Headerwhoops
Forum: Fixing WordPress
In reply to: Sidebar Not Displaying in Widget CPThanks, Ill check that out and see if I can get this straightened out.
I got the theme from the wordpress theme directory at the address below
It’s theme 6655
Thanks again
Viewing 5 replies - 1 through 5 (of 5 total)