Custom Settings

array( 'name' => __('My Custom Post'), 'singular_name' => __('My Custom Post'), ), 'public' => true, 'has_archive' => true, 'supports' => array( 'title', 'editor', 'thumbnail', 'custom-fields' ) )); } add_action('init', 'create_my_custom_post');