Hello,
I'm trying to add a favicon on my wordpress blog which I host on my own webspace. I use a free version of the Titan theme and had much trouble adding a Favicon to my site. Eventually I managed to add one with the following code but it has since disappeared:
<!-- Favicon -->
<link rel="shortcut icon" href="http://theilp.com/wp-content/uploads/2010/07/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="http://theilp.com/wp-content/uploads/2010/07/favicon.ico" type="image/vnd.microsoft.icon" />
Now I am unable to get the favicon to appear. I've tried using plugins and I know I've got the path name correct as the favicon appears in the Dashboard. I'm also unable to install the wordpress update and I'm wondering if this might be the problem?
Thanks,