In all wp.com themes the blog title or the header image works as a link back to your homepage.
Some themes allow you to hide the regular blog title and tagline (see list in my post Header images). That’s useful if you wish to add your own header image with the blog title incorporated in it as a graphic.
Clean Home doesn’t support hiding the title for free, but you can do it if you have the paid Custom Design upgrade.
(Note: hiding the title via CSS editing is ok; deleting it in Settings > General is bad for search engines).
If you hide the title in Clean Home, you’re left with no home link on or near the header (as a rule, the header image acts as a home link only when the regular blog title is inside the image area).
The most reasonable solution is to add a Home tab in the top nav menu by creating and loading a custom top nav menu.
If you don’t want to do that, or if you wish to have a linking header image anyway, there are two solutions:
Solution A
Go to Appearance>Widgets, drag a text widget to Sidebar and paste this into it:
You’ll see a red rectangle in front of your header image. The top:128px part of the code is calculated for a version of the theme with no regular title and tagline plus one row of top nav tabs: you may need to change the number, to make the rectangle start exactly where your header image starts.
Don’t change it’s height: it’s purposefully shorter than the header image, because of a problem with the grey admin bar (for logged-out WP.com users or non WP.com users the rectangle will show up 28px lower).
Once you make sure the rectangle starts where it should, delete this from the code:
background-color:#f00;
and you’ll have an invisible linking rectangle in front of (most of) your header image.
Solution B
Go to Appearance > Header and remove your header image.
Go to Media > Library and copy the URL of your header image (assuming you had uploaded a 900×200 one – otherwise create such an image, upload it via Media > Add New and copy its URL).
Go to Appearance > Widgets, open the Header widget area, drag a text widget to it, and paste this into it:
(I’ve made that identical to the actual header image – complete with the dark grey line above it. But of course you can modify it.)



Thank you so much for this! I just did it, and the instructions were very easy to follow, and it worked!
Posted by jane | November 27, 2011, 18:52You’re welcome. You’re not using Clean Home, but the trick works in Bold Life (and a few other themes) as well.
Posted by Panos | November 28, 2011, 22:34