GLM Blocks part was lacking php tags. Slightly changed class
authorLaury GvR <laury@gaslightmedia.com>
Fri, 13 Mar 2015 15:02:30 +0000 (11:02 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 13 Mar 2015 15:02:30 +0000 (11:02 -0400)
root/parts/glm-blocks.php

index 75be1a8..03c65e1 100644 (file)
@@ -1,8 +1,9 @@
-if (is_front_page()) {
+<?php if (is_front_page()) {
     if (function_exists('glm_blocks_show')) {
-        echo '<div class="blocks">';
+        echo '<div class="glm_blocks">';
         glm_blocks_show();
         echo '</div>';
         echo '<div class="separator"><hr></div>';
     }
 }
+?>
\ No newline at end of file