Archive for the ‘WordPress’ Category
Adding a favicon to a Wordpress theme.
1) Add the following code within the <HEAD>  of your header.php file (located in your theme folder.
<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â />
2) Copy your favicon (16×16 pixel .ico, .png or .gif) into your images folder (inside your theme folder).
Your favicon will appear to new visiters, and to you when your browser cache is cleared, or after the browser your using loads the new favicon, usually after a day. You can check if the favicon is loading by using a different browser, or another computer.
If you want a free favicon for your site contact me via nad33m.com !