Created
August 3, 2016 09:46
-
-
Save jimmy89Li/db8010eb7a2617fa4fd8f8fd880a3999 to your computer and use it in GitHub Desktop.
Check for site icon. If none, add manually from template folder.
This file contains hidden or 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 wp_site_icon(); ?>" /> | |
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment