Require authors to set featured image for post

前端 未结 3 753
天命终不由人
天命终不由人 2021-01-06 04:29

I have customised my Wordpress site design to use the featured image for posts quite excessively. This is why I need to require all post made by non-admins to require a set

3条回答
  •  感情败类
    2021-01-06 05:26

    you can use a plugin

    https://wordpress.org/plugins/require-featured-image/
    

    or you can copy and paste below code in your wordpress theme functions.php file:

    ID ) && ! has_post_thumbnail( $post->ID ) ) { ?>
            

提交回复
热议问题