Shortcut Icon on Wordpress Blog
2009
I wanted to add my nifty little shortcut icon to pages associated with my Wordpress blog. To do this, just edit the header.php template file to insert the shortcut link markup:
<link rel=”shortcut icon” href=”http://damonregan.com/favicon.ico” type=”image/x-icon” />
in the <head> section. I put mine just above the <title>.
Comment