Also adding ShareThis to blog post single pages
authorLaury GvR <laury@gaslightmedia.com>
Mon, 27 Mar 2017 14:28:52 +0000 (10:28 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 27 Mar 2017 14:28:52 +0000 (10:28 -0400)
parts/blog-text-single.php

index 6fda71f..8802226 100644 (file)
@@ -7,6 +7,7 @@
         <?php } ?>
         <?php endif; ?>
         <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
+        <?php get_template_part("parts/share-this"); ?>
     </header>
     <?php the_content(); ?>
 </article>
\ No newline at end of file