bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Favicons.

(2 posts)
  • Started 2 months ago by fokjulle
  • Latest reply from chrishajer
  • This topic is not resolved

Tags:

  1. fokjulle
    Member

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

    Posted 2 months ago #
  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

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.