Community Forums › Forums › Archived Forums › General Discussion › how to add a favicon
Tagged: How to add a favicon
- This topic has 10 replies, 7 voices, and was last updated 12 years, 5 months ago by
[email protected].
-
AuthorPosts
-
February 26, 2014 at 7:55 am #92457
[email protected]
MemberCan anyone tell me what code Iuse and where I place it to add a favicon. I know it goes in the header but where will I find it
many thanks
http://4verspain.comFebruary 26, 2014 at 8:17 am #92463Davinder Singh Kainth
MemberJust copy your favicon.ico file into 'images' folder of your child theme folder. Your new favicon will start appearing automatically.
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesFebruary 26, 2014 at 11:18 am #92487[email protected]
MemberI've done that but still not appearing?
February 26, 2014 at 2:02 pm #92524angieatc
MemberMake sure it is an .ico file when you replace it and you might have to clear your cache. For me at times it can take a day or 2 for it to update correctly.
My design site, Hill Springs Designs
February 27, 2014 at 6:15 am #92650Davinder Singh Kainth
MemberYup, clear cache. Also, you may open different browser to check website favicon / use proxy site to pull latest website content. Lastly, you may use favicon plugin - https://wordpress.org/plugins/search.php?q=favicon
Sunshine PRO genesis theme
Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis ThemesFebruary 27, 2014 at 1:17 pm #92708Hawkeye
ParticipantRecently replaced my own facivon.ico and it took FOUR DAYS for the change to show up in my browser, and that's after clearing the cache.
I've seen it take longer, so don't be surprised if there's a lag. If you've got the file itself in the right place, it should take, albeit at a snail's pace.
February 28, 2014 at 5:23 am #92793[email protected]
MemberMany thanks for all your help, much appreciated
February 28, 2014 at 12:59 pm #92854andym119
MemberSometimes it shows straight away if you type the direct url path to your favicon, example:
mywebsite.com/wp-config/themes/my-theme/images/favicon.ico
you can also try removing the cache of your browser and reboot the browser.
March 1, 2014 at 10:09 pm #93038dev
ParticipantIn functions.php of the theme ....
add_filter( 'genesis_pre_load_favicon', 'custom_favicon_filter' ); function custom_favicon_filter( $favicon_url ) { return 'http://www.mydomain.com/xxxx/xxxx/favicon.ico'; }(Upload the .ico file to somewhere on the site and have return link show it.)
March 2, 2014 at 4:01 am #93060webgurusana
MemberTo add a favicon :-
1.Upload your image in the .ico format at the wp-content/uploads directory/youricon.ico
2.Add <link rel="icon" href="/favicon.ico" type="http://mywebsite.com/wp-content/uploads/youricon.ico"> in the header section.
Sincerely,
Sana Sattani
WordPress Expert , Conceptual Website Designer , SEO and SMO Specialist.March 3, 2014 at 5:15 am #93168[email protected]
MemberMany thanks for taking the time and trouble to respond, truly appreciated
-
AuthorPosts
- The topic ‘how to add a favicon’ is closed to new replies.