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