Plugin info

Total downloads: 3,705
Active installs: 10
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/20/2015 (3877 days ago)
Added to WordPress: 5/20/2015 (10 years old)
Minimum WordPress version: 3.6.1
Tested up to WordPress version: 4.2.39
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3877 days ago • 2 reviews

22/100

Is CMB Field Type: Sorter abandoned?

Possibly abandoned (last update 3877 days ago).

Compatibility

Requires WordPress: 3.6.1
Tested up to: 4.2.39
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Table Sorter
Rating 4.8/5 (29 reviews)Active installs 9,000
LH Sortable Tables
Rating 5.0/5 (2 reviews)Active installs 80

Description

This plugin gives you two CMB field types based on the Sorter script:

Usage

`tb_sorter` – Select box with with typeahead-style search. Example:

    $cmb->add_field(array(
        'name'    => 'Page Layout',
        'id'      => $prefix . 'ingredients',
        'desc'    => 'Select Page Layout',
        'type'    => 'tb_sorter',
        'options' => array(
            'enabled'  => array(
                'highlights' => 'Highlights',
                'slider'     => 'Slider',
                'staticpage' => 'Static Page',              
            ),
            'disabled' => array(
                'services'   => 'Services'
            )        
        ),
    ));

Out put

    get_post_meta(get_the_ID(), '_yourprefix_about_ingredients', true);

IMPORTANT: The key pair of ‘placebo’ => ‘placebo’ IS NO LONGER REQUIRED.

Installation

You can install this field type as you would a WordPress plugin:

  1. Download the plugin
  2. Place the plugin folder in your /wp-content/plugins/ directory
  3. Activate the plugin in the Plugin dashboard
  4. Alternatively, you can place the plugin folder in with your theme/plugin. After you call CMB:

Add another line to include the cmb-field-sorter.php file. Something like:
require_once ‘cmb-field-type-sorter/cmb-field-sorter.php’;

Frequently Asked Questions

No FAQ available

Review feed

egemenerd
6/18/2017

Thank you!

Thanks for this useful plugin :)

Screenshots

  1. admin panel

    admin panel

  2. drag drop

    drag drop

  3. output value

    output value

Changelog

No changelog available