Hey guys.. Having a problem with my current favicon.. I have it uploaded in the root folder (www) as favicon.ico but the icon does not seem to be showing. Am I doing this correctly? (Please see for yourself here) Thanks, benji.
Source code of your site page contains no instructions for loading favicon.ico 1. Create it with Chami.com service or Png-2-Ico 2. Place favicon.ico to http://yoursite.com/wp-content/themes/TreeHouse/images/ folder. 3. Place this code string to http://yoursite.com/wp-content/themes/TreeHouse/header.php file: <link rel="icon" href="wp-content/themes/TreeHouse/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="http://yoursite.com/wp-content/themes/TreeHouse/images/favicon.ico" /> 4. Code should be written between <Head></Head> tags. Open your browser. Hit Ctrl+F5. Enjoy..
Thank you for your help. I have done nothing with the site and now it seems to be working? weird huh? all I did was refresh the page and the favicon seems to be loading correctly.