Favicon not showing
Favicon not showing
Favicon not showing
In WordPress in 2023, you can place your favicons in a specific folder by uploading them to the root directory of your theme or by using a custom folder within your theme directory. Then, you can reference the favicon in your theme’s header.php file using the appropriate HTML code.
Via the Site Identity settings in the Customizer, I can’t upload a favicon image. Site Identity != favicon image. It’s used for favicons and resized down but it’s also used in lots of other locations. E.g. it can appear in: the theme header as the logo smartphone homescreens twitter and FB previews So uploading a … Read more
Facebook favicon appearing on my home page
The link you provided returns a 404, that seems to be the problem.
You have to delete de cache of your browser
try adding type=”image/png” in the link definition. Additionally Chrome is a little bit harder to clean the favicon cache (needs also a restart) This thread can help you perhaps, there are several hints there The other thing is, I remember have read somewhere, that it is best practice to have the favicons in the root … Read more
I set the href as the abosolute path and it works, seeing below: <link rel=”shortcut icon” href=”http://example.com/favicon.ico” /> Or as suggested by @Caspar and @Howdy_McGee, for wordpress 4.3+, use: Dashboard -> Appearance -> Customize -> Site Identity -> Site Icon
I have just implemented this solution to my own website. I copied my site-icon.png file (the favicon that I inserted via the wordpress dashboard) to my root directory (public_html folder) and renamed it favicon.ico. To test that it was placed correctly I typed in the following www.mywebsite.co.za/favicon.ico and the favicon displayed. I then went and … Read more
The site icon in WordPress is worked as a favicon. And the knowledge about the favicon is mostly limited to 16×16 or 64×64 pixels. But this StackOverflow thread shows there’s a necessity of a 114×114px favicon for Retina Opera, and a 200×200px favicon for Mobile Opera Speed Dial. The necessity of such a larger icon … Read more