In this post we will show you how to insert favicon for your wordpress blog. So if you are at this page, you already coming from Google, Msn or Yahoo, and know what a favicon is ! so no need to explain it. Will directly move to the instructions and tutorial;
- First in order to have a Favicon, you need to have an image, normally its a logo or Initials of your web or any image that you want to showcase.
- Go to this web page as they make free favicons : Chami
- Upload the image by clicking ‘Browse’ button and click ‘Generate Favicon’
- Check your new Favicon and download it via the link provided by Chami
- Unzip the contents you have just downloaded and upload the favicon to your webhost (”public_html” in most cases).
- Now log in to your wordpress account, and locate Header.php , mostly under Appearance/Editing.
- Insert the code anywhere in the header.php coding mode; to be safe insert it somwhere in the middle and update. You are finished.
<Link rel=”shortcut icon” href=”favicon.ico”/>
Important Note: You have to Insert the URL address in “favicon.ico”, in the above code. For example, for our website technama the code looked like this;
<link rel=”shortcut icon” href=”http://www.technama.com/wp-content/favicon.ico” />
Hope this helps, if you have any problems or queries Technama is here to assist you.
Related Articles:
- How to add Statpress Plugin (Daniele Lippi) in WordPress Blog
- WordPress Fatal error: Cannot redeclare wp_load_image() (previously declared in…
- appmakr – Create Your Own iPhone Apps Without Coding
- Troubleshot: Warning: Cannot modify header information – headers already sent by (output started at… [WORDPRESS]
- WordPress Fatal error: Call to undefined function _deep_replace()…pluggable.php on line 884
- How to add Microsoft Core fonts to Ubuntu

{ 9 comments… read them below or add one }
hey this is a very interesting article!
Howdy, Thanks for your info.
But in WP.com it is not work, any suggestion?
Best regards.
This information was very helpful! I had to play around with it a few times but finally got it. I tried to get the instructions from a few other sites but TechNama was the only one that explained how the code should actually look once modified, which was a big help for a Wordpress rookie like me. Thanks again.
thank you so much.. very helpful.. for 1 night i try to configure but failed and suddenly i found your tutorial.. im so glad.. thank u so much!!
Salams Rabia You are most welcome.
Thank you so much for this tutorial!!! I’ve tried many different ones to add a favicon and couldn’t get it to work until I came across your tutorial! thank you again!
Thank you so much for this tutorial!!!
I create my own favicon and I used it on my twitter. There lot of great favicon generator for free.Just follow the given instructions like this article.
Thank you so much, I’ve been wondering how to make those neat little images. Your tutorial is just what I needed!