I\'ve created a CPT called "city" using following code:
function custom_post_type() { $args = array( \'label\' => __( \'city\'),