Hi There
I'm having problem with a favicon not showing. http://zoikinesiology.com.au
This is using a theme custom made by me for a client. It's very basic, so don't laugh LOL!
I have tried everything and read a lot of forum posts posted by people with similar problem, none of the solutions are working for me. I have uploaded my favicon.ico to the root directory. I have attempted to use the following codes in the <head></head> but none of them are working.
<link rel="icon" href="<?php bloginfo('siteurl'); ?>/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?php bloginfo('siteurl'); ?>/favicon.ico" type="image/x-icon" />
OR
<link rel="icon" href="http://zoikinesiology.com.au/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://zoikinesiology.com.au/favicon.ico" type="image/x-icon" />
OR
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
I have also tried numerous plugins and none of them are working for me. Some plugins have managed to bring up a favicon for the admin, but not the website front end.
I'm sure I am missing something. It would be greatly appreciated if someone would provide me with some directions.