वर्णन
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.
Requirements
- PHP 5.3 or higher
Translations
- None
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
स्क्रीनशॉट
स्थापना
- Upload the
views-output-formats
folder to/wp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Create your View using Toolset Views, go to Settings -> Views Output Formats and pick your format to get a link!
नेहमी विचारले जाणारे प्रश्न
- 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
- Initial release