我正在尝试获取我帖子的json数据。我已经尝试了两个v1。REST API插件的2.4和v2。
如果我进入
http://example.com/wp-json/posts?type=magazine
或
http://example.com/wp-json/posts?type=magazine&filter[posts_per_page]=-1
只返回一个空数组。
如果我进入
http://example.com/wp-json/posts?type=magazine&filter[posts_per_page]=80
(或1到80之间的任何数字)
所有数据看起来都很好。
是否有限制?我需要从任何自定义帖子类型获取所有帖子。