Wordpress XML-RPC and featured images

后端 未结 1 737
慢半拍i
慢半拍i 2021-01-16 08:49

I\'m currently developing a plugin for a client that takes an xml feed hourly and posts it into wordpress and I\'m having trouble sending the featured image to the post.

相关标签:
1条回答
  • 2021-01-16 09:53

    It should be something like this

       'wp_post_thumbnail' => $pictureid
    

    You have to get the ID of uploaded picture into variable and then assign it as a value of 'wp_post_thumbnail' parameter for 'metaWeblog.newPost'

    0 讨论(0)
提交回复
热议问题