BACK TO DIRECTORY

Classifiers

by taavi.aasver

0.0
(0 ratings)

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

Category list

Category list

Category view

Category view

Classifier view

Classifier view

Plugin Details

Active Installs
10
Total Downloads
2,101
Version
1.1
Requires WP
Requires PHP
Tested Up To
4.3.34
Added
2015-08-18
Last Updated
2015-09-17 6:59am GMT

Ratings

5
0
4
0
3
0
2
0
1
0