• Hi there. My site only displays favicons on pages, but not in blog or posts.
    I’ve tried about everything – made both .gif and .ico variants, placed favicons into different folders, here are the links in the header i currently have:

    <link rel="shortcut icon" href ="<?php bloginfo('template_url'); ?>/images/favicon.ico">
    <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
    <link rel="icon" href="<?php bloginfo('template_url'); ?>/images/favicon.gif" type="image/gif" />
    <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.gif" type="image/gif" />

    Also, i gave the links above with the actual site address, all to no avail.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to refresh cache. In your browser press ctrl+f5 to force refresh cache (The command does not clear cache, it simply refreshes cache) and then reload the page. Also try using another device browser which you had not use to open the posts and pages.

    Thread Starter crowd

    (@crowd)

    Thank you Bodypart, but sadly it doesn’t help. I’ve been trying to solve this issue for quite some time now. Multiple cache clearing and all various browsers was the first thing i did. It’s all the same in other browsers.
    Besides, just now i’ve noticed that this icon doesn’t show on the front page either, though i’m just using one template for all the pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Favicon only shows on pages, not in posts’ is closed to new replies.