need help in converting wordpress txt logo into graphical logo

Discussion in 'PHP' started by ahsan11223, Jan 17, 2012.

  1. #1
    I customized this theme of a client.
    http://www.chapaaonline.com/

    i wanted to place a graphic logo instead of txt logo"chapaaonline" i found in wordpress theme editor the file with name "header.php "

    if i want to place this logo instead of txt logo,

    [​IMG]

    (header.php) where in this code. i do change.
    --------------------------------------
     <div class="logo">
    <h1><a href=/cgi-bin/anon-www.cgi/http://forums.digitalpoint.com/cgi-bin/anon-www.cgi/http://forums.digitalpoint.com/"<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>    - <?php bloginfo('description'); ?>">
          <?php bloginfo('name'); ?>
          <span>
          <?php bloginfo('description'); ?>
          </span></a></h1>
      </div>
      <!--/logo -->
    Code (markup):
    --------------------------------------


    Thanks advance for your help.
     
    ahsan11223, Jan 17, 2012 IP
  2. McCoyH

    McCoyH Member

    Messages:
    208
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    Upload the image logo to the server.
    Go to the header.php file and remove the text that you want to get rid of and replace it with an image tagline like so:
    <img src="IMAGE URL" alt"" />

    That should take care of it. If not, there's another way that may work that I can tell you.. It's a little more difficult to show you the exact way since you did not include any code or anything to view, but what I stated above should work.
     
    McCoyH, Jan 18, 2012 IP
  3. ahsan11223

    ahsan11223 Active Member

    Messages:
    725
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #3
    ahsan11223, Jan 18, 2012 IP