From 7564fad15804973d600a03df9597dc4fcf9646f7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 18 Mar 2024 11:10:43 +0100 Subject: [PATCH] updating post cover with game background --- includes/post_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);