Favicon not show in IE
-
I’ve read all the previous posts on this subject and still I have a problem on 2 of my recent sites. In the past I’ve just put the favicon in the root directory (I also put one in the theme too) and they’ve worked. Always in FF and IE.
However, I can’t get it to work now. I’ve added code to header.php to see if this helped and even followed Microsoft’s recommendation for the code. Cleared cache and tried on different computers. Nothing in IE.
The code I added is:
<link rel=”icon” href=”<?php bloginfo(‘siteurl’); ?>/favicon.ico” type=”image/x-icon” />
<link rel=”icon” href=”<?php bloginfo(‘siteurl’); ?>/favicon.ico” type=”image/vnd.microsoft.icon” />
<link rel=”shortcut icon” href=”<?php bloginfo(‘siteurl’); ?>/favicon.ico” />I started with one line and then after reading more online I added the other two lines just in case. I’ve tried variations of just one line and so on. Microsoft refers to the last one.
The site is https://workweller.com. The favicon is there if I go to https://workweller.com/favicon.ico.
The same thing on another site I did two weeks ago. FF okay and nothing in IE.
Can anyone offer any other ideas?
Many thanks,
Cliff
- The topic ‘Favicon not show in IE’ is closed to new replies.