Attach image to post in Wordpress XMLRPC
问题 I am using XMLRPC to do posts to Wordpress. I am having issues posting thumbnails, after debugging wordpress code I see that my issue is caused by the fact that the image is not attached to the post. I must do this without patching wordpress or using PHP, only iwth XMLRPC. I can upload an image and get the ID of the image. Other point that confuses me is how do you attach an image to a post that you did not posted yet because you wait for the image to upload? I am supposed to upload image