Does anyone know some good tutorials for creating Post and API for that post? Trying to make a FAQ Wordpress plugin.
We're a place where coders share, stay up-to-date and grow their careers.
Does anyone know some good tutorials for creating Post and API for that post? Trying to make a FAQ Wordpress plugin.
rickavmaniac -
Ayush Jain -
Irina -
dmccolloughOneGas -
Discussion (1)
I used this link: medium.com/@etiennerouzeaud/how-cr...
I'd never made an API before following this example, and it was really helpful. It's a pretty simple API that performs basic CRUD operations, but I used that as a foundation to build off of. Hope this helps!