-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathhead-icons.php
21 lines (21 loc) · 3.34 KB
/
head-icons.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<link rel="icon" type="image/ico" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/favicon.ico?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-57x57.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-114x114.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-72x72.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-144x144.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-60x60.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-120x120.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-76x76.png?v=<?php bloginfo('version'); ?>">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/apple-touch-icon-152x152.png?v=<?php bloginfo('version'); ?>">
<link rel="icon" type="image/png" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/favicon-196x196.png?v=<?php bloginfo('version'); ?>" sizes="196x196" />
<link rel="icon" type="image/png" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/favicon-96x96.png?v=<?php bloginfo('version'); ?>" sizes="96x96" />
<link rel="icon" type="image/png" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/favicon-32x32.png?v=<?php bloginfo('version'); ?>" sizes="32x32" />
<link rel="icon" type="image/png" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/favicon-16x16.png?v=<?php bloginfo('version'); ?>" sizes="16x16" />
<link rel="icon" type="image/png" href="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/favicon-128.png?v=<?php bloginfo('version'); ?>" sizes="128x128" />
<meta name="application-name" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/mstile-144x144.png?v=<?php bloginfo('version'); ?>" />
<meta name="msapplication-square70x70logo" content="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/mstile-70x70.png?v=<?php bloginfo('version'); ?>" />
<meta name="msapplication-square150x150logo" content="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/mstile-150x150.png?v=<?php bloginfo('version'); ?>" />
<meta name="msapplication-wide310x150logo" content="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/mstile-310x150.png?v=<?php bloginfo('version'); ?>" />
<meta name="msapplication-square310x310logo" content="<?php echo get_stylesheet_directory_uri(); ?>/site-icon/mstile-310x310.png?v=<?php bloginfo('version'); ?>" />