Quickly create favicon for WordPress

June 11th, 2009

Creating a favicon is easy. Only three steps are required.

  1. Go to favicon.cc. Either upload a picture or draw your own picture for the icon.
  2. Upload the generated favicon.ico file to the root of your WordPress installation. You can choose other places but using root directory is much simpler.
  3. Modify the header.php file under your theme. Insert the following code between head with your own url.
<link rel="shortcut icon" href="http://thinkweird.info/favicon.ico" type="image/vnd.microsoft.icon"/>
<link rel="icon" href="http://thinkweird.info/favicon.ico" type="image/x-ico"/>

Press Ctrl+F5 in the browser to see the effect.

Related Posts:

3 Responses to “Quickly create favicon for WordPress”

  1. John says:

    Thanks for the link.

    • thinkweird says:

      Hi John, Which link you are talking about? The blogroll?

      By the way, I have some questions for you about a business degree and job prospects. Will send you a email message in a day or two about it.

RSS feed for comments on this post. And trackBack URL.

Leave a Reply