We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142e45b commit ff1b0e9Copy full SHA for ff1b0e9
README.md
@@ -13,11 +13,11 @@ List: `GET` request to `/wp-json/wp/v2/multiple-post-type`.
13
14
Get the page with slug "about-me":
15
16
-`GET /wp-json/wp/v2/multiple-post-type?slug=about-me&type[]=posts&type[]=pages&type[]=articles&type[]=events`.
+`GET /wp-json/wp/v2/multiple-post-type?slug=about-me&type[]=posts&type[]=pages`
17
18
Search term "awesome":
19
20
-`GET /wp-json/wp/v2/multiple-post-type?search=awesome&type[]=posts&type[]=pages&type[]=articles&type[]=events`.
+`GET /wp-json/wp/v2/multiple-post-type?search=awesome&type[]=posts&type[]=pages`
21
22
23
## Credits
0 commit comments