
Before using Thesis on Tech Exclusive, I visited few blogs with Thesis theme. I discovered amazing aspects and features of this theme, but one thing I found missing in all blogs was the favicon.
Favicon is used to display the unique identity of a website/blog on the address bar and browser tab. It is one of the important features of professional websites as it brings more authority and credibility to website and its users.
If you don’t know anything about favicon then you can refer our simple tutorial to create a favicon for website, which will give you a perfect idea of favicon and its installation process. However, adding a favicon in Thesis theme is little bit different from normal blog themes. Use the following tutorial to add favicon in Thesis theme.
Steps to Add a Favicon in Thesis Theme
1. Get a favicon.ico image file. (Preferably, 16×16 pixels)
2. Save it on root directory of your blog.
3. Open WordPress dashboard and select Thesis options.
4. Scroll down to Header Scripts and copy-paste following code in text field.
<link rel=”shortcut icon” type=”image/ico” href=”favicon.ico”>

For animated favicon -
<link rel=”icon” type=”image/gif” href=”animated_favicon.gif” >
5. Click on Save Button.
Now, check this favicon in different web browsers. Enjoy.
Related posts:
- How to Create a Favicon?
- Get TweetMeme Button on Thesis WordPress Theme
- How to Remove Comments from Homepage of Thesis Theme?
- How to display Ads in Single Post of Thesis Theme?
- How to display 125 x 125 Ads in Sidebar 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.

{ 2 trackbacks }
{ 22 comments… read them below or add one }
Great, now I can add a favicon to my thesis theme blog !
Thanks for the helpful tutorial! I really do appreciate it.
New tutorials are coming soon. So, keep visiting.
Awesome!
Had been looking for this for ages!!
I’m glad that you liked it. You should also check other useful posts on Thesis theme customization here.
Thanks, that works great.
I followed the guide however the favicon only appears in the home page. what seems to be the problem?
If you have followed above guide then it should work properly. I’m also using same code on my blog and it’s working fine for me.
Simple,Excellent Tip,
working gr8..
Thanks.
You’re welcome.
This is exactly what I was looking for! I was putting the favicon in the thesis directory… duh! ha ha!
Thanks so much for the info!
This worked fine.., Thanks..
I’m glad that it worked for you. Keep visiting for more tricks.
I can’t get my favicon to show…when I taook the code and put it in notepad and then copy & paste it into my header script it converted what I pasted into this…
Did I do something wrong, because I can’t figure it out? I put the 16×16 favicon.ico in my public_html file???
Where did you exactly paste the code?
Ditto here. I put the favicon.ico in both public_html and thesis 16 main folder, and still no luck ….
Don’t put the code in thesis folder. Paste it into root directory of your blog.
Finally got it to work, by pasting this in the Thesis header scripts box:
There are a couple of other script lines out there that didn’t seem to work. But this one does, so no worries. Thx for the reply.
Oops. not showing the code. Let’s try this, without the brackets:
link rel=”favicon” type=”image/ico” a href=”favicon.ico”
Didn’t work for me the first time because your quotation marks didn’t copy and paste properly into the Thesis control panel. I had to replace them with quotation marks of my own and then it worked!
I tried to add favicon on thesis. I added my favicon to the index on thesis theme and uploaded with filezilla but it didn’t work. Could you tell me what I may be doing wrong. I added the name of my favicon into the code after href=”myfavicon.ico”. and that didn’t work either. I tried it both ways just the way you had said to copy and paste and then with adding the name of my favicon. Thank you
I guess you haven’t converted your image to .ico format.