VisionEdger
Account Closed
- Impact
- 62
VisionEdger said:Newbie to WP 2.7 needs help . How do I install a jpeg logo to the top left section of my wp theme?
cant seem to figure it out.
thx
gaucho1976 said:which theme? there are thousands out there, a link to the theme or your site (better) would help a lot.
either way, if your theme has a logo img, just open header.php and replace the image that is there with the one you want
<h1 id="title"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1>
<a href="<?php bloginfo('url'); ?>/"><img class="logoimage" src="your-image-location" alt="Ole Devices" /></a>
.logoimage{width:xxxx; height:xxxx; margin:10px 5 px;}
VisionEdger said:ill give it a try thx alot!!
Well I have messed soemthing up now I have a parsing syntax error. Man this is NOT for newbies . One mistake and the whole blog goes down!
I tried to erase a line in the header that said place more info here as I did not attempt to ad the logo yet and now erasing one line has mesed the site up so it wont load.
ARGHHH
I see that when I change the theme a version comes up of the blog but the formatting ios all messed up.
MAN ALIVE NO WONDER PEOPLE SHY AWAY FROM DEVELOPING!
I am hiring a wp pro so thx for all the help. I cant be bothered now
VisionEdger said:I am hiring a wp pro so thx for all the help. I cant be bothered now
My guess would be that you forget to erase small things like ; or a ) or perhaps a "


