Todays all website are using fevicon icon.It is show on left hand site of browser tab of your website.
To add fevicon icon on your website,please follow below steps:
Step 1:
Create FAVICON as *.ico file.If you dont have fevicon icon please Create Here
Step 2:
Upload your FAVICON to */wordpress/wp-content/themes/img/ directory.
Step 3:
Open your theme editor and select Header (header.php)
Step 4:
Paste below line just above the close head tag.
1 2 3
<link rel="shortcut icon" href="path_upload_image/favicon.ico" type="image/vnd.microsoft.icon"/> <link rel="icon" href="http://path_upload_image/favicon.ico" type="image/x-ico"/>
Note :
Please change image path from your uploaded path.