Wordpress REST API Endpoint (Authors and Categories latest posts)

admin2025-01-07  4

I need to query for all authors that posted in the last 24 Hours and their latest post that are not older than 24 Hours via the REST Api.

Is this possible? How I'll create a custom endpoint or something?

I am developing an ionic app

I need to query for all authors that posted in the last 24 Hours and their latest post that are not older than 24 Hours via the REST Api.

Is this possible? How I'll create a custom endpoint or something?

I am developing an ionic app

Share Improve this question asked Sep 8, 2017 at 5:18 Sumit SinghSumit Singh 115 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You can't do it by default with WordPress, but it is possible with a custom endpoint. You can find the docs in the REST API handbook: https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-custom-endpoints/

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736259127a566.html

最新回复(0)