Support » Fixing WordPress » How can I add an favicon in WordPress?

  • Resolved aguitta

    (@aguitta)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter aguitta

    (@aguitta)

    Thank You! 🙂
    Worked perfectly!

    thank you

    This is exactly what I was looking for. Thanks!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I add an favicon in WordPress?’ is closed to new replies.