aguitta
Member
Posted 3 years ago #
Hello, I would like to add an avicon.ico to My weblog. (Avicon.ico: The image that apears on the tabs on your webrouser, beside the page title.).
Im sure allot of people are wondering this, even if it might not have to do anything with the wordpress and more with the server.
Thank you,
aguitta
I would like to add an avicon.ico to My weblog
upload your favicon.ico into your wordpress blog add the below code inside header.php (Admin - design > theme editor > header.php)
<link rel="shortcut icon" href="http://s.wordpress.org/favicon.ico" type="image/vnd.microsoft.icon"/>
<link rel="icon" href="http://s.wordpress.org/favicon.ico" type="image/x-ico"/>
You'll need to change the favicon URL
aguitta
Member
Posted 3 years ago #
Thank You! :)
Worked perfectly!
earthtodavid
Member
Posted 2 years ago #
This is exactly what I was looking for. Thanks!!!