Hi there. I've installed the Carrington blot theme on my site and I'm using a header image instead of text. But I can't see to figure out how to make my header image link to the home page. Any ideas?
I'm guessing I need to update something in the header-default.php file. Maybe somewhere here:
<div id="page">
<div id="top"><a class="accessibility" href="#content"><?php _e( 'Skip to content', 'carrington-blog' ); ?></a></div>
<hr class="lofi" />
<div id="header" class="section">
<div class="wrapper">
<strong id="blog-title"><a href="<?php bloginfo('url') ?>/" rel="home"><?php bloginfo('name') ?></a></strong>
<p id="blog-description"><?php bloginfo('description'); ?></p>
</div>