Multisite and favicons
-
Hi All,
I’m running 4.3. I know that a new “favicon” options was added that’s supposed to add a field under “Customizer” to choose a favicon, however on my multisite sites, no such option exists. I’ve checked site settings at a super admin level as well.
I’ve manually added the required favicon lines to my header.php which refers to a single ico file at the root of the site.
After running a link checker I noticed a broken link for every multisite, ex. https://www.site.com/subsite/favicon.ico. It appears that <?php wp_head();> is (now?) inserting an extra favicon line:
<link rel=”shortcut icon” type=”image/x-icon” href=”https://www.site.com/subsite/favicon.ico” />
This is obviously broken, because no such file exist at that location. I also can’t upload a file to that location because the /subsite/ bit is a virtual location.
Is there any place to actually upload a favicon for multisite? I assume it’s checking that location because it assumes one should be there. Or, is there any way to stop each site from checking for a favicon?
- The topic ‘Multisite and favicons’ is closed to new replies.