在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:manton/jsonfeed-wp开源软件地址:https://github.com/manton/jsonfeed-wp开源编程语言:PHP 100.0%开源软件介绍:License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds feeds in JSON Feed format. DescriptionAdds a JSON Feed to your WordPress site by adding The JSON Feed format is a pragmatic syndication format, like RSS and Atom, but with one big difference: it's JSON instead of XML. Learn more at jsonfeed.org. Installation
Frequently Asked QuestionsWhat is JSONFeed?JSON Feed, a format similar to RSS and Atom but in JSON. JSON has become the developers’ choice for APIs, and that developers will often go out of their way to avoid XML. JSON is simpler to read and write, and it’s less prone to bugs. Can I add other fields to the feed?Yes you can! There is a filter, ` function wp_custom_json_feed_fields( $feed_item, $post ){ $feed_item['author']['archive_link'] = get_author_posts_url( $post->post_author );
} add_filter( 'json_feed_item', 'wp_custom_json_feed_fields', 10, 2); ` Can I write information to my posts?This is a syndication format, which means it only represents your posts and comments as feed elements. This is read only, similar to RSS or Atom. It is not an API. Changelog1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.21.1.11.0
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论