Favicon to WordPress

To add a small image beside the URL of your wordpress blog, you need to follow this simple tutorial.

1. Create a small logo to your blog.
2. Go to www.html-kit.com/favicon/.
3. Browse for the logo and let that tool to generate a Favicon for you.
4. Download and unzip the file.
5. Upload the file to your server.
6. Go to your blog control panel.
7. Choose “Presentation”.
8. Choose “Theme Editor”.
9. At the left, choose “Header”.
10. Right above </head> tag, add this code:
<link href=’youriconfile.ico’ rel=’shortcut icon’/>

Replace “youriconfile.ico” with your logo link location at your server, you can use free servers like http://pages.google.com.

Tags: , ,