wordpress-plugin wp-api-json-feed
Implements a JSON feed following the version 1 spec by means of a REST API endpoint.
felixarntz/wp-api-json-feed
Implements a JSON feed following the version 1 spec by means of a REST API endpoint.
- Tuesday, May 23, 2017
- by felixarntz
- Repository
- 2 Watchers
- 3 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
, (*1)
WP-API JSON Feed
Implements JSON feeds following the official JSON feed specification by using the WordPress REST API., (*2)
Features
- Adds JSON feeds following the official version 1.1 spec.
- Adds a JSON feed for posts to the REST API by default (e.g. at
/wp-json/feed/v1/posts
).
- Allows adding JSON feeds for other post types by using a
show_json_feed
argument when registering the post type.
- Places a link tag to the current feed inside the HTML head tag.
- Maintains backward compatibility with the previous JSON feed version 1 spec.
- Contains extensive filters to modify the feed responses as necessary.
Installation and usage
You can download the latest version from the WordPress plugin repository., (*3)
Please see the plugin repository instructions for detailed information on installation and usage., (*4)
Contributions
If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request right here on GitHub. Please refer to the contributing guidelines to learn more and get started., (*5)
You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started., (*6)