Getting the favicons to show on every page
-
I’ve managed to upload a favicon and used the following tag in the head section of index.php:
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
So my favicon does shows up on my main blog page at https://www.phantomobserver.com, but not on the individual blog entry pages and not on the page https://phantomobserver.com (when “www” is not used).
Is there anything else I need to modify?
- The topic ‘Getting the favicons to show on every page’ is closed to new replies.