Adding a FavIcon to my blog

Open: ../wp-content/themes/go-blog/header.php

Find:
Code:
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

After, Add:
Code:
<link rel="shortcut icon" href="link-to-favicon.ico" />

Save files and upload. You'll probably need to reset your computer to see the favicon.
 
Back
Top Bottom