Add tracking pixel from current site.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Jan 2018 19:44:00 +0000 (14:44 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Jan 2018 19:44:00 +0000 (14:44 -0500)
Adding tracking pixel that was placed on the site Sep 10, 2015.

index.php

index f731c53..0d1f1d6 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,36 +1,37 @@
 <!doctype html>
 <html class="no-js" lang="en">
     <?php get_template_part("parts/header-meta"); ?>
+    <script src="//assets.adobedtm.com/c876840ac68fc41c08a580a3fb1869c51ca83380/satelliteLib-30fead5d761aa89d526c1c7574337fc3251f527a.js"></script>
     <?php $index_template = true;?>
     <body>
         <div class="off-canvas-wrap" data-offcanvas>
             <div class="inner-wrap">
                 <div id="page-wrapper">
                     <?php
-                    include "sections/header.php"; 
-                    include "sections/off-canvas.php"; 
-                    if (is_front_page()) { 
-                        include "sections/front-page.php"; 
-                    } 
-                    if (is_home()) { 
+                    include "sections/header.php";
+                    include "sections/off-canvas.php";
+                    if (is_front_page()) {
+                        include "sections/front-page.php";
+                    }
+                    if (is_home()) {
                         include "sections/blog-home.php";
-                    } 
-                    if (is_archive()) { 
+                    }
+                    if (is_archive()) {
                         include "sections/blog-archive.php";
-                    } 
+                    }
                     if (is_single()) {
                         include "sections/blog-single.php";
                     }
-                    if (is_search()) { 
+                    if (is_search()) {
                         include "sections/search.php";
                     }
-                    if (is_page() && !is_front_page()) { 
-                        include "sections/interior-page.php"; 
+                    if (is_page() && !is_front_page()) {
+                        include "sections/interior-page.php";
                     }
                     echo '<div id="footer-page-anchor">';
-                    include "sections/footer.php";  
-                    include "sections/copyright.php"; 
-                    echo '</div>'; 
+                    include "sections/footer.php";
+                    include "sections/copyright.php";
+                    echo '</div>';
                     ?>
                     </div><!--/#page-wrapper-->
             <a class="exit-off-canvas"></a>
@@ -40,5 +41,6 @@
         <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
         <script charset="utf-8" type="text/javascript" src="//ws.sharethis.com/button/buttons.js"></script>
         <script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
+        <script type="text/javascript">_satellite.pageBottom();</script>
     </body>
-</html>
\ No newline at end of file
+</html>