• Hey guys, anyone know how to add a favicon.ico to your blog?

    I know through Dream Weaver its as simple as adding <link rel=”icon” type=”image/x-icon” href=”/images/favicon.ico” /> to the header in your html, is it any different in word press?

Viewing 4 replies - 1 through 4 (of 4 total)
  • <link rel="icon" type="image/x-icon" href="<?php bloginfo('template_directory')?>/images/favicon.ico" />
    This assumes that you upload your favicon to the images folder of your current theme folder.

    Thread Starter brandone

    (@brandone)

    sweet, will try it in the morning, should work fine. Thanks J

    Do you edit the header.php file in /themes/your theme/ ? Where do you insert the code above? I did mine between the <head profile> and <title> lines and it didn’t seem to work. I also uploaded my own favicon.ico the the /themes/your theme/images folder.

    It sometimes takes a few days to appear in your browser.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘favicon’ is closed to new replies.