Created
May 23, 2021 21:09
-
-
Save frankyonnetti/f439377daa70e10b2f8eefd79e351957 to your computer and use it in GitHub Desktop.
WordPress - favicon #wordpress
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
| <!-- 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