$args = array( 'labels' => $labels, 'public' => $enable_single, 'publicly_queryable' => $enable_single, 'show_ui' => true, 'show_in_menu' => true, 'query_var' => true, 'rewrite' => array( 'slug' => 'coupon' ), 'capability_type' => 'post', 'has_archive' => false, 'hierarchical' => false, 'exclude_from_search' => false, 'feeds' => true, 'menu_position' => null, 'menu_icon' => 'dashicons-tickets-alt', 'supports' => array( 'title', 'editor', 'thumbnail', 'author', 'excerpt', 'comments', 'page-attributes' ) ); register_post_type( 'coupon', $args );