A favicon is a small image (16 x 16 pixels) that appears alongside the url address of the browser’s address bar.
![]()
Favicons will also appear beside a browser’s “favourite” url listing when a site with favicon is bookmarked as show below:

Creating a favicon
You can create a small image (16 x 16 pixels) using Fireworks, Photoshop or GIMP and then use IrfanView to convert the image to .ico format. In this case, you must save the file as favicon.ico or it will not work.
Add favicon to your blog
Upload your favicon.ico file to your site’s root web directory using your FTP program or your cpanel’s File Manager. For example, if your site name is “abcsite.com, you need to place the favison.ico file inside this folder in your server.
Next, you need to place the following code between the <head></head> in your header.php file (access via WP Appearance/Editor):
<link rel=”shortcut icon” href=”http://www.yoursitenamehere.com/favicon.ico” mce_href=”http://www.yoursitenamehere.com/favicon.ico”/>
Another way to add a favicon to your blog would be to download the MaxBlogPress plugin. This plugin has several ready made favicon images for you to choose from. If you do not like any of the ready made favicons, you can replace them with your own favicon. This can be done after you have downloaded and unzipped the plugin. You just need to replace one of the ready-made images (in the icon folder) with your own favicon prior to FTP the plugin to your Wordpress plugin folder. Remember to change your favicon file name to match the name of the file that you are replacing.
Leave a Reply
You must be logged in to post a comment.