I’m making a php website that should be able to post to wordpress blog (on the same server but in another dir).
I’ve seen that it’s possible with XML-RPC, however, I need to add custom terms/taxonomies and “categories” and other meta data.
Does anyone know how can I do this?
Thanks a lot!
I’m making a php website that should be able to post to wordpress blog
Share
Ok the solution was easier that what I was trying to do.
Since (as I’ve mentioned) the two applications are on the same server in sibling folders. I just included wp-config.php and wp-load.php and I got all wordpress functionality from my application. so there was no need for XML-RPC which is quite a pain in the a$$.