Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created May 23, 2021 21:09
Show Gist options
  • Select an option

  • Save frankyonnetti/f439377daa70e10b2f8eefd79e351957 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/f439377daa70e10b2f8eefd79e351957 to your computer and use it in GitHub Desktop.
WordPress - favicon #wordpress
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="<?php bloginfo('stylesheet_directory'); ?>/favicon.ico">
<link rel="apple-touch-icon" href="<?php bloginfo('stylesheet_directory'); ?>/apple-touch-icon.png">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment