Forums

Header clickable (5 posts)

  1. Nyman
    Member
    Posted 2 years ago #

    Hello world.
    How do I make the headerimage, clickable?

  2. lasvegaswebdesign
    Member
    Posted 1 year ago #

    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.

  3. jrav001
    Member
    Posted 1 year ago #

    You can use "onclick"....
    <h1 id="logo" onclick="location.href='http://mySite.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="mySite.com" /></h1>

  4. lasvegaswebdesign
    Member
    Posted 1 year ago #

    I will try that. Thank you for the post!

  5. duronur2005
    Member
    Posted 1 year ago #

    `<h1 id="logo" onclick="location.href='http://mySite.com/';" style="cursor: pointer;"><img src="<?php bloginfo('template_url'); ?>/css/logo.png" alt="mySite.com" /></h1>

Topic Closed

This topic has been closed to new replies.

About this Topic