How to make Header Clickable

by robg1
4 replies
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
#clickable #header #make
  • Profile picture of the author Mkj
    Originally Posted by robg1 View Post

    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
    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?
    {{ DiscussionBoard.errors[7602275].message }}
  • Profile picture of the author David V
    Originally Posted by robg1 View Post

    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
    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.
    {{ DiscussionBoard.errors[7602428].message }}
    • Profile picture of the author capsoon
      you can see example as below

      HTML Code:
      <a href="<?php echo home_url( '/' ); ?>" title="Home"><img src=""></a>
      {{ DiscussionBoard.errors[7604618].message }}
      • Profile picture of the author robg1
        Thanks guys, problem solved now.
        {{ DiscussionBoard.errors[7604929].message }}

Trending Topics