share moved above title
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Apr 2016 20:32:31 +0000 (16:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Apr 2016 20:32:31 +0000 (16:32 -0400)
single.php

index 2b581ad..c8b8acc 100644 (file)
@@ -12,9 +12,6 @@
                                 <?php } ?>
                                 </div>
                                 <article id="<?php the_ID()?>" <?php post_class()?>>
-                                    <header class="entry-header">
-                                        <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
-                                    </header>
                                     <?php if (get_post_type( $post ) != "ai1ec_event") { ?>
                                     <div id="addthis_wrapper">
                                         <!-- AddThis Button BEGIN -->
@@ -27,6 +24,9 @@
                                         <!-- AddThis Button END -->
                                     </div><!--/#addthis_wrapper-->
                                     <?php } ?>
+                                    <header class="entry-header">
+                                        <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
+                                    </header>
                                     <?php echo the_content(); ?>
                                     <footer class="entry-meta small-12 medium-6 medium-push-3 center">
                                         <?php $post_categories = wp_get_post_categories( get_the_ID() );