Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Created August 3, 2016 09:46
Show Gist options
  • Save jimmy89Li/db8010eb7a2617fa4fd8f8fd880a3999 to your computer and use it in GitHub Desktop.
Save jimmy89Li/db8010eb7a2617fa4fd8f8fd880a3999 to your computer and use it in GitHub Desktop.
Check for site icon. If none, add manually from template folder.
<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