Alright, Digitalwebtalk.com is one of my favorite blogs and I have also dedicated a special category for posts made by the admin!

Its a must visit site for all tutorials etc.

Hi all,

I have had many people asking me how i added a favicon to a wordpress blog. Its not there by default.  So i would like to share this simple method to add a favicon to your wordpress Blog.

here is what you have to do :

Step 1 :

Get your favicon ready. Well , you can get favicons from many places. If you want to design your own cool favicon, then see THIS for the simple tutorial.

Step 2 :

Copy the generated favicon to your wp-content/themes/theme-name folder.

Step 3 :

Edit the header.php and add the following code anywhere between the <head></head> tags.

<link rel=”shortcut icon” href=”favicon.ico”>

Thats all. The Favicon should start to appear now. :)

All credits to the admins of DWT

Thanks