This plugin gives you two CMB field types based on the Sorter script:
As of April 2026, CMB Field Type: Sorter is a WordPress layout plugin with 10 active installations and a 5/5 rating from 2 reviews. It has been downloaded 3.8K+ times in total. Requires WordPress 3.6.1+ and PHP false+. Available on WordPress.org since 2015. Last updated 10 years ago — may have compatibility concerns. Top alternative: Layout Grid Block.
This plugin gives you two CMB field types based on the Sorter script:
`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'
)
),
));
get_post_meta(get_the_ID(), '_yourprefix_about_ingredients', true);
I…
| WordPress | 3.6.1+ requiredTested up to 4.2.39 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.