Adding Favicon to your WordPress Theme
Tuesday September 23, 2008
It is an easy task to add the favicon to your wordpress blog. Create your .ico file using whatever software you think best, here are a few options for you: Dynamic Drive, Using Photoshop, Favicon Generator. Save it as favicon.ico.
Put your favicon.ico file in your theme directory.
Then, taking your header.php of your wordpress theme, add these lines in:
<link rel=”shortcut icon” href=”<?php bloginfo(’template_url’); ?>/images/favicon.ico” />
<link rel=”ico” type=”image/ico” href=”<?php bloginfo(’template_url’); ?>/images/favicon.ico” />
That’s it!










Trackbacks & Pingbacks • [feed]
Trackback 1
[...] Adding Favicon to your WordPress Theme [...]
Trackback from How to create a favicon ico | Internet Marketing Blog on September 26, 2008
This blog requires you to login before replying. If you do not have an account you can create one (for free!).