Description
RATB is a plugin serving two purpose: offering new features to extend the usage of taxonomies meta boxes by plugins, and showcasing the power the WordPress REST API and Backbone.js REST client.
How It Works
RATB is a plugin meant to make it easy to use the REST API with taxonomies meta boxes using the Backbone.js client. Through extensive use of the combined REST API and Backbone.js client to interact with the API RATB basically replace the default taxonomies meta boxes with a Backbone.js powered set of views replicating the original meta boxes contents.
RATB provides a JavaScript API to easily manage terms programmatically: create and delete terms, save terms collections, reload meta boxes… More information can be found on the official website.
TL;DR
- Replace the default WordPress Taxonomy Meta Boxes with Backbone.js views
- Use the Backbone.js Client and REST API to manipulate terms.
Installation
Using The WordPress Dashboard
- Navigate to the ‘Add New’ Plugin Dashboard
- Select
rest-api-taxonomy-boxes.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
rest-api-taxonomy-boxes.zip
to your computer - Upload the
rest-api-taxonomy-boxes.zip
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins Dashboard
FAQ
- Installation Instructions
-
Using The WordPress Dashboard
- Navigate to the ‘Add New’ Plugin Dashboard
- Select
rest-api-taxonomy-boxes.zip
from your computer - Upload
- Activate the plugin on the WordPress Plugin Dashboard
Using FTP
- Extract
rest-api-taxonomy-boxes.zip
to your computer - Upload the
rest-api-taxonomy-boxes.zip
directory to yourwp-content/plugins
directory - Activate the plugin on the WordPress Plugins Dashboard
Contributors & Developers
“REST API Taxonomy Boxes” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “REST API Taxonomy Boxes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
- Make plugin embeddable.
- Fix hierarchical taxonomies refresh.
- Fix hierarchical taxonomies meta boxes tabs CSS.
1.0
- First release.