groups

name language licence
Wordpress Categories Nav PHP BSD
Make header image clickable PHP BSD
Optimal ad display PHP BSD
Tweet This PHP BSD
Display a Pages SubMenu in your Sidebar PHP BSD
Display WordPress Tags PHP BSD
Display Admin Section PHP BSD
Display Recent Comments PHP BSD

< 1 2 3 4 5 6 7 8 9 >



language: PHP
licence: BSD

Make header image clickable

options: view full snippetsend to code collector
Make header image clickable

This is a tip I got from K2 to make the header image clickable. Replace the starting div tag for the header with this:
<div id="header" onclick="location.href='http://max.limpag.com/';" style="cursor: pointer;">
	
(Continues...)