One thing I had only recently noticed was that my FavIcon was only appearing on certain pages: it would disappear on single post pages for example.

At the exact same moment I noticed this, Will from Portrayed.org dropped the solution into a comment, so here it is for those who weren’t already doing it:

First, if you haven’t got one already, generate your FavIcon at HTMLkit.com.

Upload it to the root directory of your blog.

Instead of the code they tell you to insert into your header, insert this:

link rel=”shortcut icon” href=”http://YOURURL/favicon.ico”

Obviously this needs to be inside <> tags and with your blog URL in place. Paste that in anywhere before the /head tag and your FavIcon will appear sitewide.

Cheers Will!