update for the blocks content output
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Jul 2015 20:47:44 +0000 (16:47 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 8 Jul 2015 20:47:44 +0000 (16:47 -0400)
root/parts/glm-blocks.php

index b326991..636ea4d 100644 (file)
@@ -17,7 +17,7 @@
             <?php if($block->url):?>
             </a>
              <?php endif;?>
-        <p><?php echo $block->post_excerpt;?></p>
+        <p><?php echo $block->post_content . $block->post_excerpt;?></p>
         <a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
     </div>
     <?php endforeach;?>