Forums

Join
bbPress Support ForumsThemesFavicons.

Info

Tags

Favicons.

  1. I've done a search, and can find nothing. How do I get my forum to use a favicon in the URL bar?

  2. Add this to the header.php in your template:

    <link rel="shortcut icon" href="<?php bb_option('uri'); ?>favicon.ico" type="image/vnd.microsoft.icon" />

    Then, make sure you have a favicon.ico in your forum's root directory. You could also put the favicon in another directory (like the website root folder) and reference it there like this <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> instead.

    http://en.wikipedia.org/wiki/Favicon

  3. You must log in to post.