favicon not working..please help..
-
Hi everyone I am trying to get my favicon.ico to work?
In the public_html is my favicon.ico.link: https://www.steam-uk.com
I have tried placing this code in the header.php
<LINK REL=”BOOKMARK ICON” HREF=”/favicon.ico”>
and also tried
<link rel=”shortcut icon” href=”https://www.yoursite.com/favicon.ico” />
I have copied the link in the browser and its goes to download the favicon. I am trying in Firefox and Safari (mac) Please can anyone help.. header.php:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <link rel="shortcut icon" href="favicon.ico"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title> <?php if(is_home()) { echo bloginfo('name'); } else { wp_title(''); } ?> </title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" type="text/css" media="print" /> <!-- Sidebar docking boxes (dbx) by Brothercake - https://www.brothercake.com/ --> <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/dbx.js"></script> <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/dbx-key.js"></script> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/dbx.css" media="screen, projection" /> <!--[if lt IE 7]> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie-gif.css" type="text/css" /> <![endif]--> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> <!--[if lt IE 7.]> <script defer type="text/javascript" src="pngfix.js"></script> <![endif]--> <script src="AC_RunActiveContent.js" type="text/javascript"></script> <meta name="verify-v1" content="FMNPiOCD7hrnPg9dauvJSz2swL6HqQKrIpGrOWUtpFM=" /> </head> <body>
the theme being used is the itheme
thanks..lister
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘favicon not working..please help..’ is closed to new replies.