Skip to content

Instantly share code, notes, and snippets.

@wturnerharris
Created September 30, 2013 17:14
Show Gist options
  • Save wturnerharris/6767001 to your computer and use it in GitHub Desktop.
Save wturnerharris/6767001 to your computer and use it in GitHub Desktop.
My preferred favicon method. Based on: http://www.jonathantneal.com/blog/understand-the-favicon/
<link rel="icon" type="image/x-icon" href="<?php bloginfo('template_url'); ?>/im/favicon.png"/>
<!--[if IE]><link rel="shortcut icon" href="path/to/favicon.ico"><![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment