Change source to use https. Remove sharethis
authorLaury GvR <laury@gaslightmedia.com>
Wed, 13 Jun 2018 20:20:29 +0000 (16:20 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 13 Jun 2018 20:20:29 +0000 (16:20 -0400)
footer.php
header.php
parts/bread-crumbs.php

index fc3df65..bb3a90f 100644 (file)
@@ -31,8 +31,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>
index a86a905..792c4e6 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'> 
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'> 
     <?php wp_head(); ?>
   </head>
   <body>
index e450bcd..7603ea0 100644 (file)
@@ -1,4 +1,3 @@
-<?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
 <?php if(function_exists('bcn_display') && !is_front_page())
 {
     echo "<div class=\"breadcrumbs\">";