This plugin is outdated and might not be supported anymore
Classifiers

Classifiers

Details
View on WordPress

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..
});

Details

Plugin code:
classifiers
Plugin version:
1.1
Outdated:
Yes
WP version:
or higher
PHP version:
or higher
Test up to WP version:
4.3.34
Total installations:
10
Last updated:
2015-09-17
Rating:
Times rated:
0
classifier
classifiers
classify
html
select