How to add a favicon to your WordPress Blog.

This was simple:

  1. I used The Gimp to create a file 16 x 16 pixels and saved it as favicon.ico
  2. Upload it to the root of your website
  3. Added the following to header.php:
<link rel="shortcut icon" href="favicon.ico">

Fast and easy !