Im wondering if i need my WP blog header to be clickable or not? do you think its important, i guess its useful for people wanting to go back to the homepage (if that is its use) what do you recommend? I have a large image as my header, i did add some code to make it clickable but it doesn't seem to do the job or ive made a mistake, what code should be used to do that?
For some sites, it is nice to have a clickable header, but if you have the home button clearly labeled, it would be OK if it wasn't clickable.
<div id="put your css header id info here" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;"></div> Code (markup):
yes, I try and make it this way on all my sites. I know there is a home button, but I like hitting the logo to go home
Hi, IMO, clickable header is good for both your visitors and your site SEO. Yes, visitors want those links that can bring them back to the homepage - and blog readers are 'trained' to click the header to go back to the blog's mainpage - so, having a clickable header is a must! Cheers
Used to be clickable on my old blog, but I just don't know how to do it with my new code (duh!). I keep on saying I should fix that but... meanwhile I got used to having just a "home" link and it seems to do the job. Make sure you have either or both, "home" or clickable header, though.
Yes My blog header clickable that some one who can't stay without doing any thing click header and get refresh
I think clickable header is preferred...I hvae had both a clickable header as well as a clearly labeled home label at the top.
Sometimes I put a home button in the navigation as well as make the header clickable. But on my blog now, I only have a clickable header which IMO is more handy (because there's a bigger space to click instead of aiming for a button).
yes you can make it clickable by editing the header.php There you will find a IMG SRC code for your logo or your header title. Just add an A HREF code to it and add your Homepage link to it. Its done then.