_x('Content Submissions', 'Post Type General Name', 'garchive'), 'singular_name' => _x('Content Submission', 'Post Type Singular Name', 'garchive'), 'menu_name' => __('Submissions', 'garchive'), 'name_admin_bar' => __('Content Submission', 'garchive'), 'archives' => __('Item Archives', 'garchive'), 'attributes' => __('Item Attributes', 'garchive'), 'parent_item_colon' => __('Parent Item:', 'garchive'), 'all_items' => __('All Items', 'garchive'), 'add_new_item' => __('Add New Item', 'garchive'), 'add_new' => __('Add New', 'garchive'), 'new_item' => __('New Item', 'garchive'), 'edit_item' => __('Edit Item', 'garchive'), 'update_item' => __('Update Item', 'garchive'), 'view_item' => __('View Item', 'garchive'), 'view_items' => __('View Items', 'garchive'), 'search_items' => __('Search Item', 'garchive'), 'not_found' => __('Not found', 'garchive'), 'not_found_in_trash' => __('Not found in Trash', 'garchive'), 'featured_image' => __('Featured Image', 'garchive'), 'set_featured_image' => __('Set featured image', 'garchive'), 'remove_featured_image' => __('Remove featured image', 'garchive'), 'use_featured_image' => __('Use as featured image', 'garchive'), 'insert_into_item' => __('Insert into item', 'garchive'), 'uploaded_to_this_item' => __('Uploaded to this item', 'garchive'), 'items_list' => __('Items list', 'garchive'), 'items_list_navigation' => __('Items list navigation', 'garchive'), 'filter_items_list' => __('Filter items list', 'garchive'), ); $args = array( 'label' => __('Content Submission', 'garchive'), 'description' => __('A content submission.', 'garchive'), 'labels' => $labels, 'supports' => array('title', 'editor', 'author', 'custom-fields'), 'taxonomies' => array('category', 'post_tag'), 'hierarchical' => false, 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'menu_position' => 5, 'show_in_admin_bar' => false, 'show_in_nav_menus' => false, 'can_export' => true, 'has_archive' => false, 'exclude_from_search' => true, 'publicly_queryable' => true, 'capability_type' => 'page', ); register_post_type('content_submission', $args); }, 0); require_once 'helpers.php'; include 'metabox.php';