$args = array(
'labels' => array(
'all_items' => 'Игры',
'menu_name' => 'Игры',
),
'supports' => array('title', 'editor', 'author'),
'menu_position' => 5,
'has_archive' => true,
'publicly_queryable' => true,
'query_var' => true,
'public' => true,
'menu_icon' => 'dashicons-clipboard',
);
register_post_type( 'games', $args );