This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP APP JSON

Description

This plugin provides JSON data to mobile APPs. Here’s the scenarios that you
could use this plugin: you want to develop a mobile app or app on mac, and the
app is to show the list of your blogs(in category, tag, or keywords), after
the app user click one item in the blog list, you would like to show him the
detail page of the item, but the logos/banners/sidebar of blog is suitable
only for a desktop other than a mobile device or you want to do something
different. In the case here, wp_app_json mayble could help.

Code:
Author: Zxial
Web: http://zxial.me

Installation

  1. Upload the zip to /wp-content/plugins/ dir
  2. Unzip the file and activate the plugin in WordPress.
  3. Enjoy

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP APP JSON” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP APP JSON” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.1

  • fix bug of issue:2 on github, https://github.com/zxial/code-snippets/issues/2

1.0

  • Initial version