Hi all - I'm doing a little bit of retooling this weekend, and one of the things I wanted to tackle was making the header clickable. A number of walkthroughs I've come across online suggest I do the following;
1. Open header.php.
2. Locate <div id=”header”>
3. Replace it with <div id=”header” onclick=”location.href=’http://www.paulstamatiou.com/’;” style=”cursor: pointer;”>
The only problem? When I do this, the header disappears completely! I've searched and searched and all I can find are people who have had this problem but no solutions. I think it may have had to do with either a change in WordPress or a change in the K2 theme at some point. I'm using Worpdres 2.1.3 and 3 Column K2 0.9.3.
Any ideas?