piratar / new.piratar.is

Ný heimasíða Pírata 2019 - Hætt var við þróun þessarar síðu og notað Wordpress í staðinn.
https://new.piratar.is/
0 stars 0 forks source link

Getting posts from other Wordpress sites #7

Open viktorsmari opened 5 years ago

viktorsmari commented 5 years ago

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

gautinils commented 4 years ago

The examples show posts that are not longer found on the site, and not the newsfeed.