Manually implement site icon without default option
-
I use woodmart child theme .
I want to implement my new favicon though manually way .
Please note , i don’t want to use wordpress default and woodmart theme default site icon option(appearance option ).
I generate my favicon through favicon generator site and them give me this following code to insert my website <head > section of my page .
But i can’t find where to insert the code. There is no option in theme file editor.
Please give a proper guidance to insert the given code in theme header .
Adding the screenshots of favicon generator site instructions
-
This reply was modified 1 year, 1 month ago by
Apon Ahamed.
Attachments:
You must be
logged in to view attached files.
Hi Apon Ahamed,
Thanks for reaching to us.
Favicon can be changed under the Dashboard > Appearance > Customize > Site Identity.
Regards,
I know this method already. I don’t want to use this option for set up favicon .
Very unsatisfying ans because I always mention that I don’t want to use wordpress default and theme appearance option .
I have to insert the given code from favicon generator on my website header.
How can i insert the given code in my child theme header ?
Hi Apon Ahamed,
The Most Easy way is to add it using a free plugin https://wordpress.org/plugins/insert-headers-and-footers/
If you want to edit the header.php file directly then you need to copy the header.php file from the main theme to the child theme and then try adding the code in it.
You can read the following article for further help:
https://www.wpbeginner.com/plugins/how-to-add-header-and-footer-code-in-wordpress/
Best Regards.