« NextGen Gallery Images Not Uploading in Wordpress | Home | Google Chrome Operating System, gOS »
Wordpress Header Div Clickable
If you’re using Wordpress, which if not we need to have a talk, then most likely you are using a background image in the ‘header’ div. We are doing the same thing with The Blogosaurus, and wanted our header image to become a clickable link without messing with the header.php file and keeping the ‘header’ div the background image. I simply added this to the ‘header’ div to make the div link clickable,
<div id=”header” onclick=”location.href=’<?php bloginfo(’url’);?>’;” style=”cursor:pointer;”>
And it worked perfectly. Note: If you are using a CMS or website other than Wordpress, just remove the php part and it should work.

