Classifiers

For theme developers. Instead of hard-coding certain texts (selectable options) to your template, make them manageable on the admin side.

Author:Taavi Aasver (profile at wordpress.org)
WordPress version required:-
WordPress version tested:4.3.26
Plugin version:1.1
Added to WordPress repository:18-08-2015
Last updated:17-09-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/classifiers/
Total downloads:1 385
Active installs:10+
plugin download
Click to start download

This plugin is meant for theme developers.
It adds a new admin side page Classifiers, where you can define your classifiers and categories.

Example: Your site user needs to select her favorite color.
1.) Define classifier category ‘color’
2.) Define classifiers: ‘black’, ‘blue’ etc.

Displaying these options in your template:
$cm = new ClassifierManager();
print_r($cm->getClassifiers(1));
OR AJAX:
$http({
method: ‘POST’,
url: $scope.ajaxurl,
params: {
‘action’: ‘wpc_ajax_getclassifiers’,
‘security’: $scope.nonce,
‘category’ : 1
}
}).success( function( data ) {
//do something..
});


Screenshots
FAQ
ChangeLog