Viewing 2 replies - 1 through 2 (of 2 total)
  • Make sure you have the line:

    <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" />

    in the header section (so between <head> and </head> as described in the codex.

    If you use the above code, the favicon.ico must be in the theme directory.
    if it is in the root move it to your template dir (= theme directory).

    You can also hardcode: href="https://www. ... /favicon.ico" to see if the location of the icon is the problem.

    Thanks there !
    Worked for me

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