Skip to content

Instantly share code, notes, and snippets.

@setuix
Created April 22, 2015 00:19
Show Gist options
  • Save setuix/5ca2d6c582e714b6ff99 to your computer and use it in GitHub Desktop.
Save setuix/5ca2d6c582e714b6ff99 to your computer and use it in GitHub Desktop.
<?php // Opening PHP tag - nothing should be before this, not even whitespace
// Custom Function to Include
function favicon_link() {
echo '<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />' . "\n";
}
add_action( 'wp_head', 'favicon_link' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment