The progressive plan for customizing the WordPress Editor for clientx (sep 2020)

Victor Ramirez talks about the approach here: https://www.youtube.com/watch?v=3o66SvY9G1k&t=91s

The plan itself was posted on Twitter. It is a bit old, but it sounds like decent approach

Level 1

Read More

WP Rest API with Custom post types and / Advanced custom fields

Prerequisites:

Make it work

  • Create a Custom post Type
    • Set Show in REST API to TRUE
    • enter a REST API base slug (need this for your requests)
  • Create some ACF fields for the custom post type
  • Create a Custom post
  • Test the API in Postman:
    GET    http://localhost/sitename/wp-json/wp/v2/rest-api-base-slug

    You should see a json file with acf fields