Created
August 9, 2016 01:14
-
-
Save JamesVanWaza/d77ca8a612979d79e2dbc079b1a97d2f to your computer and use it in GitHub Desktop.
Add a Favicon to Wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" /> | |
/** When a directory is included */ | |
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/images/favicon.ico" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment