Shortcut Icon on WordPress Blog
Mar 29
2009
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>.
October 17th, 2009 at 1:50 pm
Thank you very much, I tried inserting this code everywhere (but there) and did nothing but mess up the look of my blog. Works great now.