how do i make my header clickable in WP?

Discussion in 'HTML & Website Design' started by greatness008, Aug 23, 2008.

  1. #1
    and also how do i remove the "just another wordpress blog" and the part where it says my sites name above my logo. My header is not clickable and I would like to know how to fix that? THx dpfam :)
     
    greatness008, Aug 23, 2008 IP
  2. gameOn

    gameOn Member

    Messages:
    624
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    35
    #2
    Just go to your theme's header.php file and change the part
    <?php bloginfo('name'); ?>
    Code (markup):
    To >
    <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
    Code (markup):
    And if its your logo in header which you need to make clickable just add this>
    <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/logo.gif"  /></a> 
    Code (markup):
    replace logo.gif to Your image/logo name

    Hope that might help ;)
     
    gameOn, Aug 23, 2008 IP
  3. greatness008

    greatness008 Well-Known Member

    Messages:
    1,099
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    145
    #3
    ummm so like which parts do i put in the urls?
     
    greatness008, Aug 23, 2008 IP
  4. gameOn

    gameOn Member

    Messages:
    624
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    35
    #4
    This part > <?php bloginfo('url'); ?> is the Url to your Install directory , if you want the click to go somewhere else just put your location in <a href="h t t p : / / Your url here " > Text to display</a>


    if you are still confused about this and want professional help let me knw
     
    gameOn, Aug 23, 2008 IP
  5. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #5
    any progress?

    i think gameOn .. has good explanation :)
     
    ghprod, Aug 24, 2008 IP
  6. hues

    hues Member

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #6
    i do not know how to do this. wow
     
    hues, Aug 24, 2008 IP
  7. ghprod

    ghprod Active Member

    Messages:
    1,010
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    78
    #7
    Just open header.php in ur use theme with notepad .... :)

    i prefer notepad++ since they colorize tag so it'll avoid mistake in php writing :D
     
    ghprod, Aug 25, 2008 IP