• Resolved arabicnoise

    (@arabicnoise)


    Thanks a lot for your very nice Theme.I like it so much.I just have one question if you do not mind.The favicon does not work at all.can you please tell me how to do it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter arabicnoise

    (@arabicnoise)

    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…

    Thread Starter arabicnoise

    (@arabicnoise)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Favicon’ is closed to new replies.