【问题标题】:wordpress site favicon showing all browsers except google chrome显示除 google chrome 之外的所有浏览器的 wordpress 网站图标
【发布时间】:2019-01-01 05:19:57
【问题描述】:

在我的 wordpress 网站图标中,显示除 google chromei 之外的所有浏览器也会提供直接 url 链接,但不能在 chrome 上工作,我使用了这样的代码

<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico"  type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/images/favicon.ico" type="image/x-icon" />

【问题讨论】:

标签: html wordpress image cross-browser favicon


【解决方案1】:

&lt;link rel="icon" href="YOURPATH/favicon.png"&gt;

The Favicon is not showing on my wordpress website especially on Chrome

【讨论】:

    猜你喜欢
    • 2015-06-08
    • 1970-01-01
    • 2013-09-17
    • 2017-04-06
    • 1970-01-01
    • 2016-11-20
    • 2013-08-31
    • 2015-02-01
    • 1970-01-01
    相关资源
    最近更新 更多