Questions tagged [wordpresssharp]

WordPressSharp is a C# client to interact with the WordPress XML-RPC API

More information about WordPressSharp can be found at https://github.com/abrudtkuhl/WordPressSharp.

4 questions
7
votes
2 answers

Is it possible to host wordpress database from other server

I've a problem is that I've to host wordpress database from other server and directory from another server where my domain links, so is it possible to connect wordpress directory from other database which is not on same server, kindly resolve my…
2
votes
1 answer

Create a WordPress post with private custom fields (_customfieldname) not working

I am creating posts using WordPressSharp, but fail to set private custom field values that begin with an underscore upon creating the post. I have read a ton of posts about modifying the file meta.php on the WordPress-site to alter register_meta…
1
vote
0 answers

How to fill a ACF repeater field by WordPressSharp in C#?

I can send data and fill simple custom fields. But it does not work with ACF repeater fields. It does not get value at all. using (var client = new WordPressClient(new WordPressSiteConfig { BaseUrl =…
joei
  • 333
  • 2
  • 11
1
vote
1 answer

Post into wordpress blog via C# & WordPressSharp

I'm using WordPressSharp and trying to add content into my wordpress blog. I'm having trouble with adding content. Helper.WordpressConfigurations.postToWordpress(1, "testing", "content description"); Here is my post method public static Post…
Tayfun Yaşar
  • 422
  • 2
  • 9
  • 24