Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a clickable logo?
#2
This is not really GS-related, but more of a HTML question...

A quickie: Try replacing the whole <div id="logo">[...]</div> block by:

Code:
<a href="<?php get_site_url(); ?>" title="<?php get_site_name(); ?>"><div id="logo"><div class="clear"></div>

<!-- ... -->

<h1><?php get_site_name(); ?></h1>
</div></a>
Reply


Messages In This Thread
How to make a clickable logo? - by vetall2007 - 2014-06-12, 19:13:30
RE: How to make a clickable logo? - by Carlos - 2014-06-13, 00:47:42
RE: How to make a clickable logo? - by vetall2007 - 2014-06-13, 16:29:24



Users browsing this thread: 1 Guest(s)