• Hello,

    I am having a small issue with my favicon visibility. I am able to get it to show up on my post-page, but it doesn’t seem to work on any of the static pages. Any advice?

    Here is the code that I inserted in the header.php file.

    <link rel="icon"
          type="image/png"
          href="favicon.png" />
Viewing 2 replies - 1 through 2 (of 2 total)
  • Try
    <link href=”ur image link” rel=”shortcut icon” type=”image/png” />

    Hello

    Please use wordpress function to show fav icon on every page.

    <link rel=”icon” type=”image/png” href=”<?php bloginfo(‘template_url’); ?>/favicon.png” />

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘favicon issue’ is closed to new replies.