I’m having problems. I did everything stated above, but it’s still not working on my site https://www.utahoutside.com
here is the code I put into the header.php file:
<link rel=”icon” type=”image/vnd.microsoft.icon” href=”<?php bloginfo(‘url’); ?>/favicon.ico” />
<!–[if IE]>
<link rel=”shortcut icon” type=”image/x-icon” href=”<?php bloginfo(‘url’); ?>/favicon.ico” />
<![endif]–>
Here is where the favicon is located: https://www.utahoutside.com/favicon.ico
What did I do wrong? HELP!