Favicon not showing
-
Hi,
My favicon.ico is in the root, the code below has been tried in the head of the header.php but the favicon is not showing up.
I’m in Blankslate boilerplate.
Here’s the header.php code
<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=”https://widerthanround.com/favicon.ico” type=”image/x-icon” />
<link rel=”shortcut icon” href=”https://widerthanround.com/favicon.ico” type=”image/x-icon” />Neither are working.
Anyone shed light on this ? I read that it can take days for the favicon to show. Is this true?
Thanks.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Favicon not showing’ is closed to new replies.