Update for glm-blocks
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Feb 2017 19:43:37 +0000 (14:43 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 7 Feb 2017 19:43:37 +0000 (14:43 -0500)
Need to use the post_content.

front-page.php
style.css

index e83cb02..78d6cab 100644 (file)
@@ -77,7 +77,7 @@
                              <?php endif;?>
                         </div>
                         <div class="blog-front-excerpt">
-                            <p><?php echo $block->post_excerpt;?></p>
+                            <p><?php echo $block->post_content;?></p>
                             <?php if($block->url):?>
                             <a class="blocks-readmore" href="<?php echo $block->url;?>">Read More...</a>
                             <?php endif;?>
index 23f5e00..ed9b075 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Emmet County EMS
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Emmet County EMS
-Version: 1.1.15
+Version: 1.1.20
 */