Ever had your Featured Image Admin Option go missing in WordPress? This very useful cute little box:
The Featured Images check box is not in Screen Options either:
The issue is not:
- in Settings, Media
- in Appearance
- in the Customizer
- in
wp-config
Here's how you restore the missing Featured Image box. Open up your theme functions.php file.
Just drop this bit of code in there:
// Add theme support for Featured Images add_theme_support('post-thumbnails', array( 'post', 'page', 'custom-post-type-name', ));
All is well again. Reload your admin screen and featured images are back. It's very easy to doublecheck for this issue. You can enable any of the recent default themes like Twenty Fifteen to make sure the Featured Image box shows up when editing posts. If not, then the issue might be elsewhere.
Alec Kinnear
Alec has been helping businesses succeed online since 2000. Alec is an SEM expert with a background in advertising, as a former Head of Television for Grey Moscow and Senior Television Producer for Bates, Saatchi and Saatchi Russia.
Opened the functions.php file on FileZilla using Notepad and pasted the code but couldn’t get the Featured Image to work
I stumbled upon this nice little WP extension (WP BFI (“Better Featured Image”)) that allows you to manage your featured images directly from any posts/pages list screen, making this repetitive task easier and quickier : wordpress.org/plugins/wp-bfi-better-featured-image/
Not working
Have you tried the extension above Morgan? I’m not using BFI but consider it every now and then. I think I’d install BFI to fix my images and then disable it. I have a site now on which that would be handy.