function true_register_test() {
$labels = array(
...
);
$args = array(
...
'taxonomies' => array('post_tag')
);
register_post_type('test',$args);
}
'taxonomies' => array('post_tag')
, то все метки из "записи" цепляются.'taxonomies' => array('post_tag')
не нужен вообще тут.$массив args(
'hierarchical' = > false,
);
$массив args(
'hierarchical' = > true,
);
post_tag
на два типа записей с разными метками - никак. Создай новую таксономию.