Popis
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.
Instalace
You can install this field type as you would a WordPress plugin:
- Download the plugin
- Place the plugin folder in your /wp-content/plugins/ directory
- Activate the plugin in the Plugin dashboard
- 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‘;
Autoři
CMB Field Type: Sorter je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “CMB Field Type: Sorter” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.



