diff --git a/includes/post_types.php b/includes/post_types.php index 556e229..d2eaf54 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -13,7 +13,7 @@ function create_posttype() 'show_in_rest' => true, 'menu_icon' => 'dashicons-table-row-delete', 'menu_position' => 4, - 'supports' => array('title', 'custom-fields', 'editor'), + 'supports' => array('title', 'custom-fields', 'editor', 'thumbnail'), ); register_post_type('search-and-find', $args);