all you have to do is upload your favicon to the root directory of your web host. so where index.php is, is where the favicon should go.
I was having teh idea that I should upload it to the Theme root. I mean exactly where the theme is. It worked well before with other themes but with this one. not really. right now I have just loaded it to the website root and the result no favicon. by the way, I am using Js 03 Lite theme. can you please do tell me how i should do it with this theme exactly?
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
I’m not familiar with that theme but if you want to put the favicon.ico there try adding these lines to your header.php file (BACKUP THAT FILE FIRST IN CASE YOU MESS IT UP).
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" />
<link rel="icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" />
Put those right above your themes wp_head() line.
…or you could just copy that file into your blogs root directory…
Thanks a lot Jdembowski. Poil11´s idea is very simple and I did not understand it correctly at first but now his way worked perfectly.thank you guys once again for your answers.