moving the twitter feed title above the feed content
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Sep 2017 12:45:14 +0000 (08:45 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 12 Sep 2017 12:45:14 +0000 (08:45 -0400)
the twitter feed title on the front page was sitting below the actual twitter feed, moving
it above the content

parts/glm-blocks.php

index 63cc649..e211159 100644 (file)
@@ -24,8 +24,9 @@
     </div>
     <?php endforeach;?>
     <div class="text-center small-12 medium-4 columns media-feed">
-        <?php echo do_shortcode('[custom-twitter-feeds]'); ?>
         <a href="#"><h1>Twitter feed</h1></a>
+        <?php echo do_shortcode('[custom-twitter-feeds]'); ?>
+        
     </div>
 </div>
 <!--<div class="separator"><hr></div>-->