One question that I’ve been struggling with over the last week is how to make the Wordpress header image hyperlink back to the site itself. Many WordPress themes use the CSS background-image properly to display the header image. Unfortunately, there’s no direct way to modify the CSS style sheet to turn the image into a link.

However, there is a way to edit the header.php to do it.

Many themes will have a link that looks like this:

To make your header clickable, replace the above line in the header with this:


becomes

Print This Post Print This Post