Add pixel from old website
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Oct 2017 12:29:28 +0000 (08:29 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Oct 2017 12:29:28 +0000 (08:29 -0400)
old tracking pixel.

index.php

index fa877a9..7554be9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,34 +7,37 @@
             <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
                 <div class="off-canvas-content" data-off-canvas-content>
                     <?php
-                    include "sections/header.php"; 
-                    include "sections/off-canvas.php"; 
-                    include "sections/top-bar.php"; 
-                    if (is_front_page()) { 
-                        include "sections/front-page.php"; 
-                    } 
-                    if (is_home()) { 
+                    include "sections/header.php";
+                    include "sections/off-canvas.php";
+                    include "sections/top-bar.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";
                     }
-                    include "sections/footer.php";  
-                    include "sections/copyright.php";  
+                    include "sections/footer.php";
+                    include "sections/copyright.php";
                     ?>
                     <div class="js-off-canvas-exit"></div>
                 </div><!--/.off-canvas-content-->
             </div><!--End of inner-wrap-->
         </div><!--End of off-canvas-->
         <?php wp_footer();?>
+<!-- website pixel for Coldwater Conference Center -->
+<script async src='https://tag.simpli.fi/sifitag/c902fb10-5379-0135-c1bd-06a9ed4ca31b'></script>
+<!-- END website pixel for Coldwater Conference Center -->
     </body>
-</html>
\ No newline at end of file
+</html>