remove sharethis code
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Oct 2017 18:41:08 +0000 (14:41 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Oct 2017 18:41:08 +0000 (14:41 -0400)
404.php [new file with mode: 0644]
footer.php

diff --git a/404.php b/404.php
new file mode 100644 (file)
index 0000000..b6432ee
--- /dev/null
+++ b/404.php
@@ -0,0 +1,9 @@
+<?php
+/**
+ * The template for 404 Pages
+ */
+get_header();
+
+echo '<p>404 Not Found Page</p>';
+
+get_footer();
index 2cea032..c509346 100644 (file)
@@ -59,8 +59,5 @@
         </div><!--End of inner-wrap-->
       </div><!--End of off-canvas-->
   <?php wp_footer();?>
-  <script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-<script charset="utf-8" type="text/javascript" src="http://w.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>
   </body>
 </html>