jeudi 3 décembre 2015

Wordpress Meta Box Array Media to Gallery Support

I have a custom meta base Author Profile, I have added Author Photo Meta Just like below and its working fine, but 'type' => 'gallery' not working with upload button.

  array(
            'id' => 'author-photo',
            'label' => 'Author Photo',
            'type' => 'media',
            'required' => 0,
            'return_format' => 'array',
            'preview_size' => 'thumbnail',
            'library' => 'all',
            'min_width' => '',
            'min_height' => '',
            'min_size' => '',
            'max_width' => '',
            'max_height' => '',
            'max_size' => '',
            'mime_types' => '',
        ),

Not Supporting the upload button etc not coming

 array(
            'id' => 'gallery',
            'label' => 'Gallery',
            'type' => 'gallery',
            'min' => '',
            'max' => '',
            'preview_size' => 'thumbnail',
            'library' => 'all',
            'min_width' => '',
            'min_height' => '',
            'min_size' => '',
            'max_width' => '',
            'max_height' => '',
            'max_size' => '',
            'mime_types' => '',
        ),



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire