Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created December 28, 2014 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidperezgar/5289d09c80546607a4d0 to your computer and use it in GitHub Desktop.
Save davidperezgar/5289d09c80546607a4d0 to your computer and use it in GitHub Desktop.
Favicon Code in Header.php for Wordpress Site
<link type="image/x-icon" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicon.png" rel="icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment