Skip to:
Content
Pages
Categories
Search
Top
Bottom

Favicons.

  • @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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • @chrishajer

    Participant

    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

    @impunk

    Participant

    For Genesis this one will help: How to Change Favicon in Genesis Child Theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar