Forums

Join
bbPress Support ForumsInstallationFavIcon not displaying

Info

FavIcon not displaying

  1. I have bbPress 1.0 RC on forum.example.com

    I have my favicon.ico located at http://forum.example.com/favicon.ico

    But my FavIcon is not displaying.

  2. We're going to need a real URL to see this in action. Do you have a link rel='icon' meta tag for the favicon in your template header.php?

    Favicon support is largely up to the browser. Have you tried a different browser, cleared the cache, tried creating a bookmark?

  3. Add this line in your <head> tag

    <link rel="shortcut icon" href="favicon.ico" />

  4. Hello, find here (http://dev.xiligroup.com/?p=1029) in second chapter of post when I opened bbpress: a short example how to add favicon line without modifying basic header but by adding lines in functions.php of your theme.

    Hope helpful...

    Michel
    dev.xiligroup.com

  5. What advantage does it have over adding a line in header? I think its better to add a line than call a function.

  6. You must log in to post.