Remove the GA from theme
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Apr 2017 17:23:08 +0000 (13:23 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 17 Apr 2017 17:23:08 +0000 (13:23 -0400)
These will be done in plugin.

header.php
style.css

index 6600757..c389558 100644 (file)
@@ -9,26 +9,6 @@
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-870324-6']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
-    <!-- Google Tag Manager -->
-    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
-    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
-    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
-    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
-    })(window,document,'script','dataLayer','GTM-5CZ5BMH');</script>
-    <!-- End Google Tag Manager -->  
   </head>
   <body>
       <!-- Google Tag Manager (noscript) -->
@@ -63,7 +43,7 @@
                             </div>
                         </header>
                     </div>
-               
+
                     <?php get_template_part('parts/top-bar');?>
-               
-                    <?php get_template_part('parts/off-canvas-menu');?>
\ No newline at end of file
+
+                    <?php get_template_part('parts/off-canvas-menu');?>
index 6b96629..038cd43 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.31
+Version: 1.0.32
 */