How to make Header Clickable

by 4 replies
5
Just installed ProReview Theme and have uploaded my own header 960 x 110.

How do I make it clickable so it directs to homepage?

thanks
#programming #clickable #header #make
  • Well normally you just add an url to it:
    <a href="/" title="Home"><img src""></a>

    Something like that. Just look where the header image is and try and work it out - that is if you can access the files as I don't know what ProReview Theme is? What is it a Wordpress theme or something?
  • Are you sure you want to make the whole header div clickable?
    I just looked at the theme demo and the logo area is already hyperlinked and goes home.
    • [1] reply
    • you can see example as below

      HTML Code:
      <a href="<?php echo home_url( '/' ); ?>" title="Home"><img src=""></a>
      • [ 1 ] Thanks
      • [1] reply

Next Topics on Trending Feed