代码改变世界

随笔档案-2013年07月

終于解決调用wordpress 4.3 xmlrpc api 发布包含分类的文章时返回“抱歉,文章类型不支持您的分类法”错误的問題

2013-07-11 12:04 by Koy, 1241 阅读, 收藏,
摘要: 這個問題我找了很多資料都沒有明說是如何解決,后來突發奇想得出我的解決方案如下,所以特此記錄一下: object postId = blogService.NewPost(0,"admin","123456", new { post_title = "My post 20130711", post_content = "This is my post on 2013/07/13.", post_status = "publish", post_author = 1, terms = new {ca 阅读全文