I am currently running a blog on accountanttown.com/site/ As you can see I am having some logo problems with the theme. How do I make my header image clickable so that I can come back to the blog homepage? Also, I would like to make it so that I can have a banner in the header to the right of the logo. Conceptually some type of frame situation where the logo was on the left and the banner on the right. Any wordpress experts out there that have ideas?
Hi I am not a wordpress expert but i think it can be done by hyperlinking your header image here http://www.accountanttown.com/site/wp-content/themes/basic-simplicity/images/header.gif It will be in your wordpress header file, all you need to do is add a <a href="http://www.accountanttown.com/site"> </a> to this image.
make a link around your header image. <a href="index.php"><img src="sample.png"/></a> Code (markup): replace sample.png with your image url.