Adding a logo to WordPress (the theme is Motion)

agentmanningctu

My Posts = Jack Bauer's Kills
Joined
Jun 10, 2009
Messages
11,139
Reaction score
0
FP$
8
I've tried the WordPress support forums, but no luck.

I need to know how to add a logo to my blog. Here is the link.

I don't know what bit of code to add to the header and where to add it.
 
I thought you already had one up on your site though. it was like 3 circles that were connected?
 
If you have access to the files... then go to wp-content/themes/themename/

then open header.php and find

Code:
	<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

And experiment around with that a bit to add an image. If you know html it should be pretty easy. If you have any problems or questions then let me know.
 
I'm horrible with HTML. I tried screwing with that bit yesterday and I just got the "image can't load" image instead.
 
Okay then give me a few minutes to toy with it on local host and find a solution.

Would you like the blog title and description their still? Or just one or the other?...
 
I'd still like the title at the very least. I don't think it would be easy to fit the image and the description though. The image I want to add is 200x200. I can shrink it though.
 
Back
Top Bottom