Update header file with code
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Jun 2017 18:23:53 +0000 (14:23 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Jun 2017 18:23:53 +0000 (14:23 -0400)
Adding tracking code

header.php
style.css

index d7ff831..cac27f6 100644 (file)
     <link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
     <link href='https://fonts.googleapis.com/css?family=Montserrat+Alternates' rel='stylesheet' type='text/css'>
-    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">  
+    <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <?php wp_head(); ?>
+<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+<script>
+  (adsbygoogle = window.adsbygoogle || []).push({
+    google_ad_client: "ca-pub-8847770471623630",
+    enable_page_level_ads: true
+  });
+</script>
   </head>
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
@@ -35,7 +42,7 @@
                                     </div>
                                 </div>
                             </div>
-                            
+
                         </div>
                     </header>
                     <?php get_template_part('parts/off-canvas-menu');?>
index d8c426d..392f7b1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Petoskey.Com
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Petoskey.Com
-Version: 1.0.7
+Version: 1.0.8
 */