Favicons are handled slightly differently in WordPress.
Here you go… https://codex.ww.wp.xz.cn/Creating_a_Favicon
Well best is to put the link in the <head> of your header.php file from your child theme.
as per follow:
<link rel="shortcut icon" href="<?php echo (get_bloginfo('stylesheet_directory'). '/images/favicon.ico');?>" type="image/x-icon">
And put the favicon.ico file via your FTP in your childthemedirectory/images/
Goodluck
-
This reply was modified 7 years, 4 months ago by
futur3int.
-
This reply was modified 7 years, 4 months ago by
futur3int.
You can put favicon.ico into your theme folder too.
Unfortunately none of those work.
I’ve tried putting it in wp content/themes/theme name/assets/images
Nothing shows up despite clearing the cache or trying to use a different browser.
To make matters worse, when I try and use Appearance/Customize in dashboard, I can set the favicon but there is no save button anywhere.
Instead, I can see text behind an image of my site which is only partially readable. But after some effort I discovered it says:
Notice: Trying to get property of non-object in /home/username/public_html/sitename.com/wp-includes/nav-menu.php on line 780
-
This reply was modified 7 years, 4 months ago by
dongermibbs.