moving the shareThis from breadcrumbs to the end of the post content
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 May 2016 15:17:41 +0000 (11:17 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 May 2016 15:17:41 +0000 (11:17 -0400)
parts/bread-crumbs.php
single.php

index 0c0771a..39cbe60 100644 (file)
@@ -1,4 +1,4 @@
-<?php echo '<span id="shareThisOrange" 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 bef202d..7f4f774 100644 (file)
@@ -18,6 +18,7 @@
                                     <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
                                 </header>
                                 <?php echo the_content(); ?>
+                                <?php echo '<span id="shareThisOrange" class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>'; ?>
                             </article>
                             <?php if ( comments_open() || get_comments_number() ) :
                             comments_template();