Display a Post Format selector as radio, checkbox or select field type.
Setting name | Description |
Allow Formats | Filter which post formats can be chosen |
Appearance | Select the appearance of this field |
Default Value | Enter each default value on a new line |
Allow Null | Allow empty value |
Layout | Choose the layout |
Toggle | Allow to toggle all values |
Allow Custom | Allow custom value |
Save Custom | Save custom value in the field settings |
Select multiple values | Allow multiple values selection |
Stylised UI | Enable Select2 UI style |
$post_formats = get_field('post_formats');
// video
$post_formats = get_field('post_formats', false, false);
// video