How to Change Your WordPress 2.5.1 Favicon icon
August 2, 2008 by: ArshadWell some friends ask me about this and i decided to put this to my blog.It is realy easy but of course firs you need a favicon.you can find it here.
Upload your favicon file to the /wp-content/themes/wp-your theme/
After you uploaded the favicon icon to the target insert this code <link rel=”shortcut icon” href=”<?php bloginfo(’template_directory’); ?>/favicon.ico” /> in your header.php file between </head> tags.
That’s all
Related posts:





