How come Featured Image isn’t showing up in my Custom Post Type?

try the register_post_type supports parameter:

'supports' => array( 'thumbnail' )

Leave a Comment