chun89
Member
Posted 10 months ago #
How do I replace the blog title with my own image that I have already uploaded to the server?
here is my header.php code,please help me. I appreciate it so much.
<div id="header">
<h1 id="blog-title">/" title="Back to my homepage..."><?php bloginfo('name'); ?></h1>
deSushil
Member
Posted 10 months ago #
I guess using <h1 id="blog-title"><img src="YOUR IMAGE SOURCE" alt="Homepage"></img></h1> should do the work.
netxm
Member
Posted 10 months ago #
for img source use this <img src="<?php bloginfo('stylesheet_directory'); ?>/image_folder/image_name.png" alt="" />
chun89
Member
Posted 10 months ago #
Could u help me now. Please look at my site http://www.collew.com/wp.
Could you help me move the logo up-above the home tab and everything will be perfect.
Here is the relevant code.
<div id="header">
">
<img src="logo_300.jpg" alt="<?php bloginfo('name'); ?>" />
netxm
Member
Posted 10 months ago #
your log_300 is too big its height is 600px, crop it and try to put it before your nav
chun89
Member
Posted 10 months ago #
thx netxm i will try. appreciate it/
netxm
Member
Posted 10 months ago #
it is more HTML issue than WordPress. If you want to build custom theme I'd recommend to take a look how twenty eleven theme is built and maybe start from there.
chun89
Member
Posted 10 months ago #
netxm,pls have a look now at collew.com/wp
Now, there is a huge gap in my post between the date and the content.I hope I could move the logo higher up and close the gap. Pls advice me. thx.