WordPressSharp icon indicating copy to clipboard operation
WordPressSharp copied to clipboard

A C# client to to interact with the WordPress XML-RPC API

Results 34 WordPressSharp issues
Sort by recently updated
recently updated
newest added

Hi Guys, I wanna retrieve custom post type records by a custom field, someone know how do it? tks in advance

can i attach multiple images to a post usign this method? public UploadResult UploadFile(Data upload) { return WordPressService.UploadFile(**WordPressSiteConfig.**BlogId****, WordPressSiteConfig.Username, WordPressSiteConfig.Password, upload); }

Please add functions: Custom post slug, edit term Thanks !

ON some WP servers I get this exception when triying to post. Instead of getting the Post ID, this exception is thrown. The message says "Response contains invalid XML" Can...