moving the share this inside of the header section in the single blog page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 19 Sep 2016 19:06:52 +0000 (15:06 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 19 Sep 2016 19:06:52 +0000 (15:06 -0400)
parts/blog-text.php

index d98a4ba..7c83758 100644 (file)
@@ -7,8 +7,7 @@
                                                         <?php } ?>
                                                         <?php endif; ?>
                                                         <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
-                                                    </header>
-                                                        <?php if (!is_post_type("ai1ec_event")) { ?>
+                                                         <?php if (!is_post_type("ai1ec_event")) { ?>
                                                             <div id="addthis_wrapper">
                                                                 <!-- AddThis Button BEGIN -->
                                                                 <div class="addthis_toolbox addthis_default_style ">
@@ -19,6 +18,8 @@
                                                                 <!--                                        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
                                                                 <!-- AddThis Button END -->
                                                             </div><!--/#addthis_wrapper-->
-                                                            <?php } ?>
+                                                        <?php } ?>
+                                                    </header>
+                                                       
                                                     <?php echo the_content(); ?>
                                                 </article>
\ No newline at end of file