
Ok, this is the post many users had asked for. Thesis, as we know, is one of the most wonderful themes around. But putting your own logo in the header is a bit tricky. You may find some tutorials for it, but they are all messy and would require a lot of programming knowledge. I will tell you how to achieve this easily.
Actually, there are two ways to do this. The first one is simple, but it won’t make the logo clickable. The idea is to put the logo as a background to the blog name value, so it can’t be linked to anywhere. The second one is less simpler (remember, I didn’t say difficult
) ,which overcomes this problem and I personally recommend it. Read on for both options.
Method #1 -
Go to your blog’s /wp-content/themes/thesis/lib/css/header.php file and locate #header #logo .
When you find it, just add these three lines into the class -
background-image:url('path_to_your_logo');
background-repeat:no-repeat;
height: height_of_your_logo
That’s it! Your logo should show up by now!
Method #2 -
Open /wp-content/themes/thesis/lib/functions/document.php and search for <p id="logo"><a href="<?php bloginfo('url'); ?>"></a></p> and give your image url in place of the blog name. So it looks like this-
<h1 id="logo"><a href="<?php bloginfo('url'); ?>"><img src="path_to_your_logo" /></a></h1>
Do the same for <p id="logo"></p>so it looks like this -
<p id="logo"><a href="<?php bloginfo('url'); ?>"><img src="path_to_your_logo" /></a></p>
That’s it! You’re done! You’ve just learnt the easiest way to put your logo in thesis theme. Let me know if it didn’t work, I’d love to see your thesis blogs. Send your Thesis related queries here, we will try to solve them.
Related posts:
- How to Add a Favicon in Thesis Theme?
- How to Remove Comments from Homepage of Thesis Theme?
- Get TweetMeme Button on Thesis WordPress Theme
- How to display Categories in Thesis Nav Bar?
- How to display Ads in Single Post of Thesis Theme?
If you enjoyed this post, please consider leaving a comment and subscribing to the RSS feed or subscribing via email to have future articles delivered to your feed reader or email inbox.

{ 1 trackback }
{ 16 comments… read them below or add one }
Thanks for useful info.. Though I find it much easier to edit my custom.css and custom functions.css to make any changes.
How do you add your logo image to your thesis using custom.cc and functions.css?
Have you purchased thesis theme? I heard a lot about this theme.
Is 87$ not costly?
Yes, I purchased thesis theme for $87. Its costly, but giving good results. I’m really happy with Thesis.
Thesis Open hook plugin is the best and easiest way to customize the thesis theme.
Yes, I agree with you and am using it on this blog too.
Cool tip… You can come up with similar tutorials as and when you explore THESIS theme.
Another thought. The method which you explained is effective but will create problem , when you will upgrade your Thesis…
It’s better to make changes using your custom function. I find this code on Internet
/* Custom Header Image */
function add_header_image () {
echo “
“;
}
add_action(‘thesis_hook_after_title’, ‘add_header_image’);
Both the methods will create problem when we want to upgrade the Thesis theme. During this process, Thesis will put custom_sample folder instead of custom in theme’s folder.
But your method is also good, I’ll try it later on.
thanks Arun for wonderful tutorial. I just chance my site logo and tweaking more with my site.
Anybody knows how to get Thesis to work in French ?
Thanks !
thanks for the tips..
I am New to Thesis Theme thanks 4 u r Information
Have a nice Day
Nice help
hey do u know how to convert this theme in indian hindi language?
Sorry, no idea.