我通过收割台装载以下favicon。php:
<link rel="shortcut icon" type="image/x-icon" href="<?php echo esc_url( home_url( \'/wp-content/themes/themename/img/favicon.ico\' ) ); ?>">
我的站点安装了SSL证书。Google Chrome通过SSL完美加载每个页面,但Firefox会标记一个混合内容警告。我可以通过源代码(Chrome和Firefox)看到favicon是通过http提供的。
我搞不懂为什么会这样。