小编jAb*_*reu的帖子

如何将类别与后期wordpress相关联?

我正在创建一个在wordpress中创建自动帖子的功能.现在,该功能创建了wordpress博客帖子,但我无法输入该类别.

    public class Post
    {

        public string Title { get; set; }

        public string Description { get; set; }

        public string PostType { get; set; }

        public DateTime DateCreated { get; set; }

        public DateTime DateCreatedGmt { get; set; }

        public List<string> Categories { get; set; }

        public List<string> MtKeywords { get; set; }

        public string MtExcerpt { get; set; }

        public string MtTextMore { get; set; }

        public string MtAllowComments { get; set; }

        public string MtAllowPings { get; …
Run Code Online (Sandbox Code Playgroud)

c# wordpress xml-rpc metaweblog

21
推荐指数
1
解决办法
2429
查看次数

标签 统计

c# ×1

metaweblog ×1

wordpress ×1

xml-rpc ×1