Forums

Use my logo in header (5 posts)

  1. mghaffari
    Member
    Posted 2 years ago #

    Hi

    How can I use my logo ( title.gif ) in header? I do not want to use a simple text for my blog title...

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    after you have read this http://codex.wordpress.org/Designing_Headers (maybe you already have) and still have problems, give more details
    - link to your site?
    - theme?
    - size of your title.gif
    - image as background?
    - image clickable?

  3. dr827
    Member
    Posted 2 years ago #

    I have the same issue. I am hoping someone can please help me. I want to change the header image. I carefully reviewed the designing headers section referenced above. It looks like the relevant section reads as follows:

    _____________
    To change the image file, replace the "kubrickheader.jpg" with the name of the new graphic image you have uploaded to your site to replace it. If it is in a different directory, change that by replacing the bloginfo() tag with the specific address of the graphic's location.
    _________________

    Unfortunately, I am not a programmer (although I am desperately trying to learn) and I don't understand what it means. What is the directory? What is the "bloginfo() tag". I uploaded the image to my site. I think I found the relevant section in the sytlesheet and I changed the following language: "<?php bloginfo('stylesheet_directory' with the URL location of my image.

    It didn't work. Any ideas for what I did wrong? How do I change the image?

    Thanks!

  4. mghaffari
    Member
    Posted 2 years ago #

    I use inove theme.This theme have an option for using a title logo simply.I want a little help for using this option.

  5. Essential.L
    Member
    Posted 2 years ago #

    Hi - Make your <img> tag in your header.php like this:

    <img src="<?php bloginfo( 'url' ) ?>/wp-content/themes/yourtheme/images/title.gif" alt="<?php bloginfo( 'name' ) ?>" />

    or use <?php bloginfo('template_directory'); ?>/images/title.gif

    E

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags