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='https://mySite.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="mySite.com" /></h1>