-1

I want to create posts automatically in wordpress with c# and each post should have an image or two uploaded automatically. Which is the easiest method?

Mario
  • 13,941
  • 20
  • 54
  • 110

1 Answers1

1

Basically you have two options:

  1. Manipulate the Wordpress database via C#
  2. Using a Service in the Wordpress site to allow the manipulation via RESTful API. For this you can use this wordpress plugin: http://wordpress.org/extend/plugins/json-api/other_notes/
m4t1t0
  • 5,669
  • 3
  • 22
  • 30