elevati/wp-api-multiple-posttype

Extension of wp/v2/posts api to allow query multiple post types

Installs: 13 973

Dependents: 0

Suggesters: 0

Security: 0

Stars: 46

Watchers: 6

Forks: 7

Open Issues: 3

Type:wordpress-plugin

1.0.4 2018-07-12 14:07 UTC

This package is not auto-updated.

Last update: 2024-04-17 19:29:48 UTC


README

Extension of wp/v2/posts api to allow query multiple post types

About

Want to get your site's posts, pages, articles, events?

Use the Endpoint: '/wp-json/wp/v2/multiple-post-type'

List:

GET request to /wp-json/wp/v2/multiple-post-type?&type[]=post&type[]=page

Get the page with slug "about-me":

GET /wp-json/wp/v2/multiple-post-type?slug=about-me&type[]=post&type[]=page

Search term "awesome":

GET /wp-json/wp/v2/multiple-post-type?search=awesome&type[]=post&type[]=page&type[]=articles

Credits

Build using the code shared by Ruben Vreeken, (https://github.com/Rayraz) on stackoverflow (http://stackoverflow.com/questions/38059805/query-multiple-post-types-using-wp-rest-api-v2-wordpress)

License

GPL-3.0-or-later