Forums

Add an image to the header instead of the blog title (3 posts)

  1. eelaff
    Member
    Posted 4 weeks ago #

    H, my blog is http://www.maldivesdive.net

    i want to add an image to the header instead of the blog title, but keep the blog tagline as it is. the image is in PNG format. any help?

    thanks and regards

  2. mcmichen
    Member
    Posted 2 weeks ago #

    Not too bad if you know HTML.

    1. Go to Admin login.
    2. Navigate to "Appearance"
    3. Click the "Editor" subnav
    4. On the right side, click the "Header (header.php)" file to edit.(Note: You need to make sure the file has edit permissions set, there is a link at the bottom of the page for info. Otherwise, you can download the file edit it and upload it again. Path is something like... /themes/azul/header.php)
    5. Once you are in the file you need to replace a line in the "header" DIV ...<div id="header">
    6. Change FROM...
      <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    7. Change TO...
      <h1><a href="<?php bloginfo('url'); ?>"><img src=/wp-content/uploads/YOUR-LOGO-FILE.PNG border=0></a></h1>
      (Note: You need to set the path to the location of your logo.)

    Good luck!

  3. mographdesigner
    Member
    Posted 2 weeks ago #

    I'm using "pixel" theme. How do I make this work on that theme?

    I also would like to have the Blog title in the tabs but don't want them to appear as text in the header. What will I do? Thanks and God bless.

Reply

You must log in to post.

About this Topic