标签: php wordpress wordpress-rest-api
我正在尝试使用WP REST API显示帖子,我想随机显示。
我知道使用wordpress以正常方式查询帖子,有一个orderby:rand选项,它可以满足我的需求,但是我无法使用REST API来解决这个问题。
我的REST API如下所示:
https://example.com/wp-json/wp/v2/fatos_random?filter[orderby]=rand&per_page=1
感谢帮助