añadir información tipo Meta en wp-admin
Esto también te interesa!
PREGUNTAS SIMILARES
#2
register_post_type('dj', Array(
'labels' => Array(
'name' => "campocust",
'singular_name' => "DJ" ),
'public' => true,
'has_archive' => true,
'supports' => array('title', 'editor', 'custom-fields')
));