Hi
I am experiencing a recurring issue where the Featured Image section / block doesn’t show in the sidebar on the post editor. In the below screenshot you can see the setting is entirely missing:
I have tried all the following things:
- Updated theme, plugins and Wordpress
- Disabled plugins to check for conflicts
- Cleared cookies and caches and disabled caching
- Increased the PHP memory limit, file upload limit and the execution time limits
- Googled the issue, but Wordpress doesn’t seem not have any advice for this
- Added this code to the functions.php file of my child theme:
add_theme_support(‘post-thumbnails’, array(
‘post’,
‘page’,
‘custom-post-type-name’,
));
- I also tried to make sure it was selected on the document settings uner preferences, but it is not even available for selection. Please see screenshot below:
Is there anything else I can try? Any help is much appreciated!