标签: wordpress
目前我正在更新帖子,该帖子已经有我需要更新图片的特色图片,或更改该特色图片。我怎么能通过编码在wordpress中做到这一点?
if(my_post has featuredimage) { Update the featured image. }
答案 0 :(得分:0)
您可以使用set_post_thumbnail( $post, $thumbnail_id );
set_post_thumbnail( $post, $thumbnail_id );
有关详细信息,请参阅Documents。