• Just wondering if it is possible to add a favourites icon using this theme. I am a complete noob at this. Some sites suggest adding a line of code between the <head> tags, but this theme doesn’t contain any!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Upload the icon to your site and put this in header.php:

    <link rel="icon" type="image/png" href="/somewhere/myicon.png" />

    This is if you’re using a png image. If it’s a gif you would have image/gif – and then the path to your icon, which if you upload to the root of your site would be /myicon.png.

    Your theme does contain head tags. They are in header.php in the theme directory.

    tnx RoseCitySister

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Favicon location’ is closed to new replies.