Add a Favicon to Balance of Blue
Here’s how…
1. Open up header.php.
Just below the <title> tag, but before the <link … tags, create a blank line and add this code…
<link rel=”shortcut icon” href=”<?php bloginfo(’template_directory’); ?>/favicon.ico” type=”image/x-icon” />
2. Create a favicon file and store it in the theme directory. My favorite favicon generator is at Dynamic Drive.

