removing parameter from fetch all blocks in the front page template so that all block...
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Nov 2016 16:50:48 +0000 (11:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 15 Nov 2016 16:50:48 +0000 (11:50 -0500)
sections/front-page.php

index e495cb2..b0c74af 100644 (file)
@@ -3,7 +3,7 @@
                         <div id="content-wrapper">
                             <div id="blocks-row">
                                 <div class="row">
-                                    <?php $blocks = fetch_all_glm_blocks( DEFAULT_BLOCKS ); ?>
+                                    <?php $blocks = fetch_all_glm_blocks( ); ?>
                                     <div class="blocks">
                                         <?php foreach ($blocks as $block):?>
                                         <div class="text-center small-12 medium-4 columns block">