I've done a search, and can find nothing. How do I get my forum to use a favicon in the URL bar?
bbPress support forums » Themes
Favicons.
(2 posts)-
Posted 2 months ago #
-
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.Posted 2 months ago #
Reply
You must log in to post.