如何更新wordpress中的精选图像?

时间:2014-02-26 05:42:05

标签: wordpress

目前我正在更新帖子,该帖子已经有我需要更新图片的特色图片,或更改该特色图片。我怎么能通过编码在wordpress中做到这一点?

 if(my_post has featuredimage)
  {
     Update the featured image.
  }

1 个答案:

答案 0 :(得分:0)

您可以使用set_post_thumbnail( $post, $thumbnail_id );

有关详细信息,请参阅Documents