WORDPRESS API-JSON WEBSERVICE

This script helps instantly create a JSON Webservice that outputs your Wordpress Posts + Articles as a webservice that your Mobile Apps can use to instantly display, in real-time.

1. Just drop this .zip in a folder in your Wordpress Website’s files.

Note: We recommend putting it in the same directory as your main wp-admin, wp-content and wp-includes folders.

2. Then, update the lib.php file with your current Wordpress site’s DB info. Or, you can simply include a connection file to your DB’s connect for more security.

3. Test these links to check that this Webservice Script is working. If it is, then it’ll serve your WP Posts and Categories to your Mobile Apps!

api/index.php (should show a list of posts)

api/test_wp_admin.php (should show an array and json)

api/test.php (should show posts with category IDs)

api/api_press.php (won’t work. reserved for displaying posts from a specific category - just change "SPECIFICCATEGORYNAME")

api/item.php (should show a list of posts)

CATEGORIES

api/cats.php (should show a list of categories + category IDs)

api/bycat.php?cat=1 (should show posts by a specific category)