
WP API Multiple Taxonomy Query
Before we get started, you will need to be running at least the following: WordPress: 4.4+ WP REST API (Plugin): 2.0+ The following examples will use a Custom Post Type named rental. When registering the CPT, we need to add the following argument: ‘show_in_rest’ => true. This allows us to query for our custom post type using the […]