fix broken ending div tag in fp block feed
authorLaury GvR <laury@gaslightmedia.com>
Fri, 24 Aug 2018 20:01:25 +0000 (16:01 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 24 Aug 2018 20:01:25 +0000 (16:01 -0400)
parts/glm-blocks.php

index 9e64578..8f4a84a 100644 (file)
                         </h2>
 
                         <div class="block-excerpt excerpt<?php echo $count ?>">
-                            <?php echo apply_filters('the_content', $block->post_content) . $block->post_excerpt;?>
+                            <?php echo apply_filters('the_excerpt', $block->post_content) . $block->post_excerpt;?>
                         </div>
                         <?php if($block->url):?>
                             <div class="read-more">
                                 <a class="block-link" href="<?php echo $block->url;?>">Find Out More</a>
-                            </div<>
+                            </div>
                         <?php endif;?>
                     </div>
                 </div>