I want to replace the text at the top of my site to a customized logo and i'm using wordpress version 2.6.3.
Please advise.
I want to replace the text at the top of my site to a customized logo and i'm using wordpress version 2.6.3.
Please advise.
A link to your site would help.
Are you OK playing around with PHP? If yes...
Go to Appearance > Editor (in your admin dashboard)
Most probably the site title is in header.php
Look for
<?php bloginfo('name'); >
replace with
<img alt="<?php bloginfo('name'); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" />
Use appropriate path for the image.
i'm familiarizing myself with it as we speak... do i have to upload the image first? and if so, what do i name it?
I hate to sound like such a novice, but i am.
your help is appreciated.
great advice pixonad!! that did the trick!!!!!
Yes, kudos! Thanks heaps, pixonad -- this has been driving me nuts!!!
Jack
You must log in to post.