Change sources to https, remove sharethis
authorLaury GvR <laury@gaslightmedia.com>
Wed, 13 Jun 2018 19:37:42 +0000 (15:37 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 13 Jun 2018 19:37:42 +0000 (15:37 -0400)
footer.php
header.php
parts/bread-crumbs.php
single.php

index e11155f..2020bd7 100644 (file)
@@ -70,8 +70,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 06618ad..918a2ba 100644 (file)
@@ -6,7 +6,7 @@
     <title><?php wp_title(); ?></title>
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
      <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">  
-    <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'>
     <link href='https://fonts.googleapis.com/css?family=Dancing+Script:700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
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\">";
index edf0add..bef202d 100644 (file)
@@ -19,7 +19,6 @@
                                 </header>
                                 <?php echo the_content(); ?>
                             </article>
-                            <?php echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
                             <?php if ( comments_open() || get_comments_number() ) :
                             comments_template();
                             endif; ?>