Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13554

salsaturation on "[Theme: Thematic] Adding new div"

$
0
0

Since you added the logo as a background image rather than as img you need to add a link tag around the branding div

<a href="<?php bloginfo('url');?>">
    <div id="branding">
      rest of the code
    </div>
    </a>

Viewing all articles
Browse latest Browse all 13554

Trending Articles