16 Temmuz 2014 Çarşamba

Wordpress Post Kategori

var wpWrapper = new WordPressWrapper("http://site.com/xmlrpc.php", "kullanıcı", "şifre");
var post = new Post()
    {
        Body = "buraya içerik",
        Categories = new string[]{"kategori 1","kategori 2"},
        Tags = new string[]{"etiket 1","etiket 2"},
        Title ="örnek başlık",
    };
wpWrapper.NewPost(post, true);

Hiç yorum yok:

Yorum Gönder