Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$10
Add a title
Thanks!
This question has been answered.
Allie H | 03/01/11 at 11:08am
Edit
The experts have suggested, on average, a prize of $10 for this question.
(6) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
03/01/11
11:15am -

Last edited:
03/03/11
8:41amDan | gteh says:can you post the link to your website so I can see the code? Or email me at dan at serial-box dot net
- 03/01/11 9:42pm
Allie H says:oops, www.AllieHerzog.com
- 03/02/11 2:14am
Dan | gteh says:thanks. The code is there already but is missing something.
You'll need to edit the header.php file that is part of your theme and locate this:
<div id="logo"><a href="http://allieherzog.com/"><img src="" alt=""></a></div>
Inside img src="" is where you should put the full link to where your logo is. So upload your logo to a folder on your domain, and then change it like this:
<div id="logo"><a href="http://allieherzog.com/"><img src="http://allieherzog.com/location_of_image.jpg" alt=""></a></div>
- 03/02/11 9:15am
Allie H says:Thanks, that did work but now there is extra text there that says
" alt="" /> - 03/02/11 10:54am
Dan | gteh says:Ok find that same bit of code again
<div id="logo"><a href="http://allieherzog.com/"><img src="http://allieherzog.com/wordpress/wp-content/uploads/2011/03/allieherzog.png" <="" a="">
" alt="" /></a></div>
and completely replace it with this:
<div id="logo"><a href="http://allieherzog.com/"><img src="http://allieherzog.com/wordpress/wp-content/uploads/2011/03/allieherzog.png" alt="logo" / ></a></div>
- 03/01/11 9:42pm
-

Last edited:
03/01/11
11:17amRoberto Mas says:i can do this in 5 minutes if you give me the url of your site
- 03/01/11 9:42pm
Allie H says:sorry, it is www.AllieHerzog.com
- 03/01/11 9:42pm
-

Last edited:
03/01/11
1:01pmWPMan says:In your style.css add -
.addLogo {
clear:both;
width: 400px;
height:88px;
background: url(images/aherzog_phpcCMI2H.png) no-repeat;
}
Place following in your header.php and sidebar.php or where ever you want to place your new logo.
<div class="addLogo"> </div>
Make sure about the correct url and name of the image.- 03/01/11 1:47pm
WPMan says:
- 03/01/11 1:47pm
-

Last edited:
03/01/11
1:39pmSébastien | French WordpressDesigner says:replace this image in your FTP : /wordpress/wp-content/themes/boldy/images/bk_header.png
with this image (attachment)
and that's allPrevious versions of this answer: 03/01/11 at 1:39pm
- 03/01/11 1:50pm
Sébastien | French WordpressDesigner says:Is it ok Allie ? :-)
- 03/01/11 1:50pm
-

Last edited:
03/02/11
5:17pm
This question has expired.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
