最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

metabox - Wordpress Featured Image meta box not showing

matteradmin6PV0评论

For some reason, the Featured Image box is not showing. I checked under the screen options and it is not showing. Since it is an MU site, I even checked under the main dashboard and still, I'm not seeing that option. I also checked for the setting under the settings and I don't still see the option.

Here is what I have: WPBakery Page Builder as the main editor and my current version of Wordpress is 5.1.1 .

Thank you, Kevin

For some reason, the Featured Image box is not showing. I checked under the screen options and it is not showing. Since it is an MU site, I even checked under the main dashboard and still, I'm not seeing that option. I also checked for the setting under the settings and I don't still see the option.

Here is what I have: WPBakery Page Builder as the main editor and my current version of Wordpress is 5.1.1 .

Thank you, Kevin

Share Improve this question asked Apr 2, 2019 at 18:22 Kevin DavisKevin Davis 1071 gold badge2 silver badges6 bronze badges 1
  • Try with add GLOBAL $post, before... – A.Alberto Commented Apr 2, 2019 at 18:30
Add a comment  | 

1 Answer 1

Reset to default 1

You might be facing this problem because your theme does not support featured images.

But you can easily add that support, so no worries :)

To quote the WordPress Theme Handbook:

Themes must declare support for the Featured Image function before the Featured Image interface will appear on the Edit screen. Support is declared by putting the following in your theme’s functions.php file:

add_theme_support( 'post-thumbnails' );

So just add that line to functions.php (of your own theme or child theme), and you will be able to see the Featured Image option after you save and refresh the admin area page.

Post a comment

comment list (0)

  1. No comments so far