I’m trying to build an interface with a form, which when submitted, posts to the WordPress database so that if I’m the admin of a WP site, I can just use that one interface to edit my content.
I suppose I could use cURL and post to the WP admin interface but I imagine there’s a better way.
Any idea, anyone?
WordPress supports the XML-RPC spec, so I think that would be your best bet for programmatically adding content to your WordPress site.
I’m curious why you want to do this, though. It seems more efficient to either use the WP admin interface, or not use WordPress at all. I’m not trying to be snarky, just genuinely curious.