Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Add a title WordPress

  • SOLVED

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!

Answers (6)

2011-03-01

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="" /&gt;</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>

2011-03-01

Honzik A. answers:

send me an email honzik1987 at gmail dot com

2011-03-01

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

2011-03-01

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:

2011-03-01

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 ? :-)

2011-03-02

Rashid Aliyev answers:

Give URL of site to look where You want to add this.