Woohoo. Just figured out how to add a favicon to my blog.
A favicon is a small image that appears in the browsers address bar. This is how to add one to your wordpress blog.
Make it in Photoshop – must be 16 pixels by 16 pixels.
Save it in format gif or png with file extension .ico
Upload it into the folder of the theme you are using. Will have to use FTP for this.
Copy the following code into the “header” section of your site. That is, use the wordpress editor to edit the “header.php” file. Check for the head section, and paste it in there!
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
PS – you dont have to call it “favicon”.
Mar 14, 2008 @ 08:04:02
yea cool,
i found a plugin for photoshop that allows you to save .ico files, which could be useful…
you can DL here: Telegraphics
Mar 14, 2008 @ 08:05:52
just realized how similar our themes are! – omg… u also used treba LOL ooops
Mar 14, 2008 @ 16:07:09
Oh. I just save it as a gif and change the file extension. Seems to work!
Mar 25, 2011 @ 05:55:29
Thanks so much for sharing this with us! I figured it was time to get my blogs one step further out of the dark ages.
Erik
Mar 25, 2011 @ 07:22:24
Are the single quote marks (‘) shown where it says ‘template directory’ supposed to be there? Also, does this code get entered between the initial and final head tags?