adding favicon to header.php
authorIan Weller <ian@gaslightmedia.com>
Wed, 18 May 2016 17:42:11 +0000 (13:42 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 18 May 2016 17:42:11 +0000 (13:42 -0400)
header.php

index 62a5dc3..f7c9594 100644 (file)
@@ -5,6 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
+      <link rel="shortcut icon" href="<?php echo esc_url( get_template_directory_uri() );?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Damion' rel='stylesheet' type='text/css'>  
     <?php wp_head(); ?>