How To: Add Favicon on Wordpress

Posted by a_usman on May 19 2009 in Tips and Tutorials | 3 comments

favicon addBlog Icons” is a great plugin created by Joost de Valk. This is a very simple plugin to use.  It lets you easily add a favicon to your blog URL.

Once you have installed the plugin go under Setting => Blog Icons and upload your favicon throught the plugin options area.

Blog Icons also  gives you the opportunity to add your own logo to your WordPress blog RSS feed.

adding favicon

Other than this plugin, there is another simple way of adding the plugin to your blog. You will have to add a line in your header.php file of your theme.

Just open header.php file with a simple notepad or notepad++ and add the following line:

<link rel=”shorcut icon” type=”image/x-ico” href=”<?php bloginfo(’template_url’); ?>/favicon.ico” />

As it is shown in this picture:

adding faviconAfter saving the header.php and upload the file to your theme directory. Now convert any picture file into favicon.ico file and upload into your theme directory. There are different sites which can convert any image file into favicon. You can search the google for this purpose or you can use the favicon.cc site.

After uploading the favicon.ico, just refresh your browser and also clear the cache of your browser.

If you don’t know how to do all this for your blog, you can contact me and I will help you in adding the favicon to your blog.


Tags: ,

3 Responses to “How To: Add Favicon on Wordpress”

  1. Salwa says:

    Awesome thanks! I was just looking for an easy way to have favicon on my blog. Thanks for sharing this!

  2. Enk. says:

    Wow, That’s a Pretty Cool way.

    Hey Usman, for gathering comments. I’d suggest you to use CommentLuv and Top Commentator Plugin. And check the difference out ! ;)

Leave a Reply