We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can get posts from Wordpress (version 4.7 and later) via REST interface.
See one post example: https://piratar.is/wp-json/wp/v2/posts?per_page=1
See ALL posts: https://piratar.is/wp-json/wp/v2/posts
This can help us get the latest posts from multiple sites via JavaScript on page load.
https://developer.wordpress.org/rest-api/reference/#rest-api-developer-endpoint-reference
The text was updated successfully, but these errors were encountered:
The examples show posts that are not longer found on the site, and not the newsfeed.
Sorry, something went wrong.
No branches or pull requests
We can get posts from Wordpress (version 4.7 and later) via REST interface.
See one post example:
https://piratar.is/wp-json/wp/v2/posts?per_page=1
See ALL posts:
https://piratar.is/wp-json/wp/v2/posts
This can help us get the latest posts from multiple sites via JavaScript on page load.
Documentation
https://developer.wordpress.org/rest-api/reference/#rest-api-developer-endpoint-reference
The text was updated successfully, but these errors were encountered: