How can i add a logo to my theme in wordpress ?

Discussion in 'WordPress' started by cooldudeny, Jul 20, 2008.

  1. #1
    Hi can some one help me i am looking for someone help in how to place a logo in place of text on my blog
    please let me know if any one can help
     
    cooldudeny, Jul 20, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Make a logo and name it "gadgetworld.png".
     
    mizaks, Jul 20, 2008 IP
  3. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #3
    Change in header where text code appear with below given code and upload your logo image with name logo.png under /images/ folder.

    <div id="logo"><a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="Logo" border="0" /></a></div>
    Code (markup):
    You can add logo position by addition of logo division in css (stylesheet).

    DON.
     
    deluxdon, Jul 20, 2008 IP
  4. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Sure you can and the best way to add it is to use CSS Image Replacement method. It will help in SEO.
     
    BANAGO, Jul 21, 2008 IP