“Unlocking Hidden Potential: How WordPress Can Transform Your Data Entry into a Powerful Central API!”
While there are many ways to do this, for the purposes of this tutorial, we’ll organize our data like this:
- An
employee
custom post type - A
team
custom taxonomy - An
office
custom post type
In order to create these custom data types, you can either add custom code to your site, or use a plugin (like in this video). A very popular plugin for creating custom post types and taxonomies using the admin interface is Custom Post Type UI – and that is what we’ll be using in this tutorial.
Here is the JSON configuration for importing the data into your installation:
Post Comment