diff --git a/includes/class-sp-post-types.php b/includes/class-sp-post-types.php index b3e82381..a640689c 100644 --- a/includes/class-sp-post-types.php +++ b/includes/class-sp-post-types.php @@ -392,6 +392,7 @@ class SP_Post_types { 'search_items' => __( 'Search', 'sportspress' ), 'not_found' => __( 'No results found.', 'sportspress' ), 'not_found_in_trash' => __( 'No results found.', 'sportspress' ), + 'featured_image' => __( 'Icon', 'sportspress' ), 'set_featured_image' => __( 'Select Icon', 'sportspress' ), 'remove_featured_image' => __( 'Remove icon', 'sportspress' ), 'use_featured_image' => __( 'Add icon', 'sportspress' ), @@ -403,7 +404,7 @@ class SP_Post_types { 'publicly_queryable' => false, 'exclude_from_search' => true, 'hierarchical' => false, - 'supports' => array( 'title', 'page-attributes', 'excerpt' ), + 'supports' => array( 'title', 'thumbnail', 'page-attributes', 'excerpt' ), 'has_archive' => false, 'show_in_nav_menus' => false, 'can_export' => false,