How to add a favicon to your WordPress Blog.
This was simple:
- I used The Gimp to create a file 16 x 16 pixels and saved it as favicon.ico
- Upload it to the root of your website
- Added the following to header.php:
<link rel="shortcut icon" href="favicon.ico">
Fast and easy !