I would like to add “Allie Herzog” to the white space below the nav bar and next to the social network logos. See attached for the image I would like to add. Can someone help me figure out how to do this?
Thanks!
Dan | gteh answers:
can you post the link to your website so I can see the code? Or email me at dan at serial-box dot net
Allie H comments:
oops, www.AllieHerzog.com
Dan | gteh comments:
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>
Allie H comments:
Thanks, that did work but now there is extra text there that says
" alt="" />
Dan | gteh comments:
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>
Roberto Mas answers:
i can do this in 5 minutes if you give me the url of your site
Allie H comments:
sorry, it is www.AllieHerzog.com
WPMan answers:
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.
WPMan comments:
Sébastien | French WordpressDesigner answers:
replace this image in your FTP : /wordpress/wp-content/themes/boldy/images/bk_header.png
with this image (attachment)
and that's all
Sébastien | French WordpressDesigner comments:
Is it ok Allie ? :-)