Hi
How can I use my logo ( title.gif ) in header? I do not want to use a simple text for my blog title...
Hi
How can I use my logo ( title.gif ) in header? I do not want to use a simple text for my blog title...
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?
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!
I use inove theme.This theme have an option for using a title logo simply.I want a little help for using this option.
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
This topic has been closed to new replies.