Add Favicon To Wordpress Blog

What exactly is a favicon? It's actually a bookmark icon which remains with the bookmark when you bookmark a page (that little icon you see next to the address bar in your browser). It’s a nice way to make your blog more personal and favicon gives kind of good look to your website.
Here is what actually is a favicon.


favicon
If you don’t have a personal favicon

then you can make one right here favicon or chami favicon.
Now I presume you have made your favicon so follow these steps.
Upload the ‘favicon.ico’ in your main directory which is
“/public_html/favicon.ico”


Then locate the theme that you are using for the wordpress which looks like this
‘server’/public_html/wp-content/themes/’name of the theme’/.
Then find ‘header.php’. You need to edit this file.
Open it (header.php) in a notepad and insert this link
" < link rel="shortcut icon" href="favicon.ico" >"    (dont use space after '<' and before '>')
header
That’s all what you had to do.
Refresh your blog and see the new favicon there.
Enjoy.
Related Posts Plugin for WordPress, Blogger...