Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter reypm

    (@reypm)

    I have tried the following and none works:

    $meta_boxes[] = array(
            'title' => __('Prominent columnist?'),
            'fields' => array(
                array(
                    'pages' => array('user'),
                    'name' => __('Prominent columnist?'),
                    'id' => $prefix.'prominent_columnist',
                    'type' => 'checkbox',
                    'desc' => 'Sí'
                )
            )
        );
    
        $meta_boxes[] = array(
            'title' => __('Prominent columnist?'),
            'fields' => array(
                array(
                    'type' => 'user',
                    'name' => __('Prominent columnist?'),
                    'id' => $prefix.'prominent_columnist',
                    'type' => 'checkbox',
                    'desc' => 'Sí'
                )
            )
        );
    Plugin Contributor Manny Fleurmond

    (@funkatronic)

    Currently the plugin doesn’t work on user pages, only cpt. We are working on an extension in the future that allows you to do so.

    Thread Starter reypm

    (@reypm)

    Any ETA?

    Plugin Contributor Manny Fleurmond

    (@funkatronic)

    Work in progress

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Add custom field for users’ is closed to new replies.