このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Views Output Formats

説明

This plugin provides JSON and XML output formats for Toolset Views.

The plugin will also fetch all available custom fields for each post, making it truly simple to integrate WordPress
with other systems that speak JSON and XML.

New in version 2.0

This plugin now supports Taxonomy and User queries!

Usage

Basic usage

Create your View, go to Settings -> Views Output Formats and pick your format. You will get a link to the XML or JSON version of the query.

要件

  • PHP 5.3 or higher

翻訳

  • なし

Upcoming features

Support for attaching taxonomy data to posts is planned

Feel free to contribute over at GitHub:
https://github.com/khromov/wp-views-output-formats

スクリーンショット

  • Administration menu
  • Exported XML example

インストール

  1. Upload the views-output-formats folder to /wp-content/plugins/
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. Create your View using Toolset Views, go to Settings -> Views Output Formats and pick your format to get a link!

FAQ

What are the prerequisites for using this plugin?

You need to have the Toolset Views plugin installed.

More information can be found here:

http://wp-types.com/home/views-create-elegant-displays-for-your-content/

評価

このプラグインにはレビューがありません。

貢献者と開発者

Views Output Formats はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Views Output Formats” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.1

  • New field: _thumbnail_url – This field returns the URL of the featured image for the post

2.0

  • Support for Taxonomy queries
  • Support for User queries (Views 1.4 and up)
  • Improved XML validation
  • Improved security with per-view API tokens and global token

1.0

  • プラグインをリリース