• Resolved rujuta999

    (@rujuta999)


    I am using piklist plugin and created Teacher field as an artist.When I’m trying to upload or change artist photo it’s not working. Here is the code of my artist.php

    piklist(‘field’, array(
    ‘type’ => ‘file’,
    ‘field’ => ‘upload_media’,
    ‘label’ => ‘Add File(s)’,
    ‘description’ => ‘This is the basic upload field.’,
    ‘options’ => array(
    ‘basic’ => true // set field to basic uploader,
    )
    ));

    piklist(‘field’, array(
    ‘type’ => ‘editor’
    ,’label’ => __(‘Content’, ‘musik’)
    ,’description’ => __(‘This is a content of the artist.’, ‘musik’)
    ,’field’ => ‘content’
    ,’options’ => array (
    ‘wpautop’ => true,
    ‘media_buttons’ => true,
    ‘shortcode_buttons’ => true,
    ‘teeny’ => false,
    ‘dfw’ => false,
    ‘quicktags’ => true,
    ‘drag_drop_upload’ => true,
    ‘tinymce’ => array(
    ‘resize’ => false,
    ‘wp_autoresize_on’ => true
    )
    )
    ));

    The page I need help with: [log in to see the link]

  • The topic ‘I’m not able to change the photo of the artist.’ is closed to new replies.