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

Before I publish a post I need to know if the post already exists. I know what the title of the post is but I need a way to search...

NewPost is throwing exceptions away if Publish Date is past or in future. Is there any possibility to publish post with past date (couple of days before NOW)?

Hello. I've installed the NuGet package and am trying to follow the example here, which seems pretty simple. But, I'm getting an error right out of the gate implementing this...

I there a way to use this API to get all the published posts for a specific category?

Please add function to support advance custom filed repeater field.

Is there a way to edit comment status or delete it?

Hi, as I mentioned in another issue, I am evaluating WordPressSharp to use it in a new application of mine (used Joe Blogs in WinForms app for now). Now I...

Hi, I am trying to switch my actual WordPress Client to WordPressSharp but i need proxy support. xml-rpc.net supports proxies. In the examples I haven't found a way to use...

I need it to return the Post Name permalink format not the Plain format. How can I convert this to the Post name format ? I checked the blog I...

Is the ability to create new users available in WordPressSharp? When creating a post, the `Author` property has to be populated with the user id of an existing user.