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?
            Asked
            
        
        
            Active
            
        
            Viewed 1,798 times
        
    1 Answers
1
            Basically you have two options:
- Manipulate the Wordpress database via C#
 - 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