I also want to post eye-catch images on the WordPress post screen.
"From the WordPress dashboard, the ""Add New Post"" screen appears, but the ""Eye Catch Image"" item that should appear in the lower right corner does not appear, so I cannot enter the eye catch image."
functions.php
contains the following:
<?php
/**
* Enable eye-catch images
*/
add_theme_support('post_thumbnails');
From the WordPress dashboard, I opened View Options on the Add New Post screen under Post New, but the Eye Catch Image box is not displayed.
Environment
Arguments for adding post thumbnails (eye catches) are
add_theme_support('post_thumbnails');
not
add_theme_support('post-thumbnails');
Yes, please check the actual code for typographical errors.
© 2024 OneMinuteCode. All rights reserved.