admin管理员组文章数量:1415460
I used to be able to see featured images in the posts list but after upgrading I don’t see the option to turn on featured images from screen options. Is there a way to get it back?
I used to be able to see featured images in the posts list but after upgrading I don’t see the option to turn on featured images from screen options. Is there a way to get it back?
Share Improve this question asked Sep 4, 2019 at 14:09 averroesaverroes 911 silver badge4 bronze badges1 Answer
Reset to default 2The "All Posts" page - /wp-admin/edit.php
- does not show a featured image just by using WP Core. You have to add code to display featured images there. You may need to look back at your backups to see what code you were previously using to get the featured image to show up.
It could be that you edited your theme's functions.php
file, and when you updated the theme, it overwrote that file. If that's the case, find a backup of your functions.php
file with the modifications, and take a moment to create a child theme and place the code there. This way, you can update the parent theme safely, and your child theme will house all your changes so they don't get overwritten.
It could also be that this code was built into a theme or plugin that also updated. If so, check with the theme or plugin author to see whether the feature was removed, or if perhaps there's a new setting you need to adjust. You could consider adding a new plugin that will show the featured image in the post list - there are some available if you search.
本文标签: Show featured image option not in screen options
版权声明:本文标题:Show featured image option not in screen options 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745185531a2646665.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论