WordPress XMLRPC
有没有办法让我使用 XMLPRC 作为“贡献者”发帖?即使它只是出现在草案部分以供更高级别的人批准?
有解决方法吗?
Is there a way for me to post as a "contributor" using XMLPRC? Even if it just shows up in the Draft's section to be approved by someone of a higher level?
Is there a workaround for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上...
假设您使用的是metaWeblog API,您可以调用:metaWeblog.newPost(blogid, username, password, struct,publish)
其中publish 参数应该是“draft”或“publish”。
比破解 xmlrpc.php 好多了!
Actually...
Assuming you're using the metaWeblog API, you can call: metaWeblog.newPost(blogid, username, password, struct, publish)
Where the publish parameter should be 'draft' or 'publish'.
Much better than hacking xmlrpc.php!