Hello world.
How do I make the headerimage, clickable?
Hello world.
How do I make the headerimage, clickable?
Does anyone know this? 12 months and not even a "No, you can't do that"? Does anyone out there know how to make the topper or header clickable? I am fairly new to using WordPress as a CMS, so hopefully someone can help.
You can use "onclick"....
<h1 id="logo" onclick="location.href='http://mySite.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="mySite.com" /></h1>
I will try that. Thank you for the post!
`<h1 id="logo" onclick="location.href='http://mySite.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="mySite.com" /></h1>
This topic has been closed to new replies.