How to show image from CodeStar Metabox
The non-repeatable image field creation: [php] $options[] = array( ‘id’ => ‘_custom_category_options’, ‘post_type’ => ‘category’, // or array( ‘category’, ‘post_tag’ ) ‘context’ => ‘normal’, ‘priority’ => ‘default’, ‘sections’ => array( // begin: a section array( ‘name’ => ‘section_1’, ‘title’ => ‘Section 1’, ‘icon’ => ‘fa fa-cog’, // begin: fields ‘fields’ => array( // a field …