<?php
/*
Plugin Name: GLM Blocks
-Version: 1.1.2
+Version: 1.1.3
Description: Displays blocks of content managed from the admin under Blocks.
Author: Steve Sutton <steve@gaslightmedia.com>
Author URI: http://www.gaslightmedia.com
'show_in_nav_menus' => false,
'can_export' => true,
'menu_position' => 5,
- 'supports' => array('thumbnail', 'title', 'excerpt', 'page-attributes'),
+ 'supports' => array('thumbnail', 'title', 'editor', 'excerpt', 'page-attributes'),
'has_archive' => false,
'menu_icon' => 'dashicons-exerpt-view',
'capability_type' => 'page',
<?php if($block->url):?>
</a>
<?php endif;?>
- <p><?php echo $block->post_excerpt;?></p>
+ <p><?php echo $block->post_content . $block->post_excerpt;?></p>
</div>
</div>
-<?php endforeach;?>
\ No newline at end of file
+<?php endforeach;?>