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
Thank You! :)
Worked perfectly!
oesgur
Member
Posted 7 months ago #
earthtodavid
Member
Posted 5 months ago #
This is exactly what I was looking for. Thanks!!!