favicon not showing in Firefox
-
My favicon shows in IE (after favoriting it) but the favicon does not show up in Firefox (or Netscape)
How do I get it to show up in Firefox.
I’ve tried so many different ways including:
//<link rel=”shortcut icon” href=”URL/favicon.ico” type=”image/vnd.microsoft.icon”/>//
//<LINK href=”URL/favicon.ico” rel=”SHORTCUT ICON”>//
//<link rel=”shortcut icon” href=”favicon.ico”>//
//<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>location/favicon.ico” type=”image/vnd.microsoft.icon” /> //
//<?php wp_head(); ?>
<link rel=”shortcut icon” href=”URL/favicon.ico” />////<link rel=”Shortcut Icon” href=”<?php echo get_settings(’home’);?>/Location/favicon.ico” type=”image/x-icon” />//
I also tried Favicon Manager plugin.
There must be something I’m missing.
Anyone have any other suggestions?Thanks!
- The topic ‘favicon not showing in Firefox’ is closed to new replies.