How To Use Favicon On Your WordPress Blog
Hi guys, in this tutorial i will let you know that how can you add a favicon on your wordpress blog.
Steps:-
1. Choose your image.
2. Upload your image to your blog which you want to use.
3. Add the following line to your header.php file HEAD section.
<link rel=”shortcut icon” href=”favicon.ico”>
4. Save your header.php file.
5. Refresh your page, and you will see your favicon next to your URL.
To create a favicon of an existing image you can try this link.