Favicon only shows on pages, not in posts
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Favicon only shows on pages, not in posts’ is closed to new replies.