Make Header link back homepage?

Discussion in 'WordPress' started by Kencake, Mar 14, 2008.

  1. #1
    Anyway to make my graphic header a link back to the home page? I have googled it and the ways they claimed would work... did not. If you can help please drop me a PM or reply here. Thanks a lot guys. :D
     
    Kencake, Mar 14, 2008 IP
  2. aubenrey

    aubenrey Banned

    Messages:
    126
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you post your url it would be easier to direct you properly.

    thanks
    aubenrey
     
    aubenrey, May 31, 2008 IP
  3. tmeyer45458

    tmeyer45458 Peon

    Messages:
    355
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you're using wordpress this should work:

    <a href="<?php bloginfo('url'); ?>/"><img src="<?php bloginfo('stylesheet_url'); ?>/images/yourImage.jpg" alt="your image" title="your image" /></a>

    For this code to work, you must have a directory named "images" in your theme directory.

    If your using anything else...this should work:

    <a href="http://yoursite.com/"><img src="../images/yourImage.jpg" alt="your image" title="your image" /></a>

    Hope that helps:)
     
    tmeyer45458, May 31, 2008 IP