草庐IT

metaweblog

全部标签

php - 如何使用 XMLRPC 在 WordPress 中创建附有照片的新帖子?

有人知道如何使用XMLRPC在WordPress中创建附有照片的新帖子吗?我可以分别创建新帖子和上传新图片,但似乎无法将上传的照片附加到创建的帖子中?以下是我目前使用的代码。query("system.listMethods");//methodnameif(!$status){print"Error(".$rpc->getErrorCode()."):";print$rpc->getErrorMessage()."\n";exit;}$content['post_type']='post';//posttitle$content['title']='PostTitle'.date("