I have a WordPress site with a custom post type. I am being asked to connect it to an app and allow that app to create posts.
What is the best way for me to connect the two?
Bob answers:
correct you can do it with rest api.
for custom post type this will be helpful.
[[LINK href="http://v2.wp-api.org/extending/custom-content-types/"]]http://v2.wp-api.org/extending/custom-content-types/[[/LINK]]
[[LINK href="http://scottbolinger.com/custom-post-types-wp-api-v2/"]]http://scottbolinger.com/custom-post-types-wp-api-v2/[[/LINK]]