diff --git a/includes/post_types.php b/includes/post_types.php index 4e8c628..9475594 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -62,7 +62,7 @@ function create_posttype() 'show_in_rest' => true, 'menu_icon' => 'dashicons-pressthis', 'menu_position' => 2, - 'supports' => array('title', 'editor', 'page-attributes', 'thumbnail', 'revisions'), + 'supports' => array('title', 'editor', 'page-attributes', 'thumbnail', 'revisions', 'excerpt'), // 'supports' => array('title', 'custom-fields', 'editor'), )