Page 1 of 1

How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 4:21 am
by anit
To add a favicon to your site in WordPress, place your favicon.ico file inside your theme folder (for example: wp-content/themes/default/) then add this line to header.php:

<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />

Be sure to add it somewhere within the <head></head> section.

See a Favicon For more detailed instructions

Re: How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 5:29 am
by latha
Thanks Anit.
What are the general dimensions for favicon.ico ?

Re: How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 5:48 am
by jay
16 * 16 (width * height)

Why wait, create one now -

Re: How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 5:55 am
by anit
One universal rule about favicon.ico files is that they always have to have dimensions of 16 x 16 pixels (or 32 x 32 pixels, but 16 x 16 pixels is the standard). The color depth should be 8-bit or 24-bit, and they should be static images; Firefox can display animated .gif files as favicons, but no other major browser can.

Know more

Re: How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 9:23 am
by C-Note
I really like favicons, i think they give the site a bit more personality, and highlights them better within a user's bookmarks
We should look at adding this to our web dev process

Re: How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 10:20 pm
by prasanth
Yes we should add favicon to our Web Development Process!

Douglas, can you please add this to our QA check list list? Thanks in advance!

Re: How to add a favicon to your blog site?

PostPosted: Wed Oct 14, 2009 10:58 pm
by latha

Re: How to add a favicon to your blog site?

PostPosted: Thu Oct 15, 2009 12:02 am
by elan
Google has changed their favicon three times in the past one year. Earlier it was a "capital G" and changed to "small blue g" and now its "color g".

Setting up favicon may take some time as its related with server, but its worth!

Re: How to add a favicon to your blog site?

PostPosted: Thu Oct 15, 2009 2:00 am
by douglas