Skip to content

Instantly share code, notes, and snippets.

@koycarraway
Last active December 11, 2015 17:19
Show Gist options
  • Save koycarraway/4634067 to your computer and use it in GitHub Desktop.
Save koycarraway/4634067 to your computer and use it in GitHub Desktop.
Favicons
<link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/images/touch_icons/touchicon.png">
<link rel="icon" href="<?php echo get_template_directory_uri(); ?>/favicon.png">
<!--[if IE]><link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico"><![endif]-->
<!-- or, set /favicon.ico for IE10 win -->
<meta name="msapplication-TileColor" content="#D83434">
<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/images/touch_icons/tileicon.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment