-
Overview | Carbon Fields
Carbon fields is a library which enables easy creation of custom (meta) fields in the WordPress administration panel. It allows theme developers to associate meta-information with various entities in ...
-
Usage | Carbon Fields
(optional)
The label of the field is displayed in the back-end only, where the container is visible. When the parameter is omitted it is automatically derived from the
$name
If this parameter is omit...
-
Quickstart | Carbon Fields
This guide will show you how to install the Carbon Fields library using composer. To install Carbon Fields as a WordPress plugin, please follow the Plugin Quickstart guide instead.
Browse to your them...
-
Plugin Quickstart | Carbon Fields
There is a separate package which loads Carbon Fields as a WordPress plugin. Here's how to set it up:
Browse to your root WordPress directory
Execute the following in your terminal of choice:
composer...
-
Select | Carbon Fields
The method is not intended to be called multiple times – each call will overwrite the previous options.
Field::make( 'select', 'crb_content_align', __( 'Text alignment' ) )
->add_options( array(
...
-
Usage | Carbon Fields
A Container is a group of custom fields and display options. Containers are displayed on different parts of the backend, according to their type and display options.
By default, all containers are vi...