Google favicon checker and adding favicion to WordPress

Simple type

http://www.google.com/s2/favicons?domain=[domain]

Where [domain] is your domain of interest.

In order to add the favicon to WordPress use the following line of header.php file.

<link rel="shortcut icon" href="<?php echo get_bloginfo('stylesheet_directory'); ?>/favicon.ico" type="image/x-icon" />

tags: & category: -