我为CPT创建了一个分类法,我使用taxonomy-categories-services.php和taxonomy-categories-technology.php作为此分类法的存档。 问题是我需要翻译到该文件并使用相同的存档。有办法吗?
register_taxonomy( 'categories', 'partners', array(
'hierarchical' => true,
'label' => 'Categories',
'singular_label' => 'Category',
'has_archive' => true,
'rewrite' => array( 'slug' => 'partners','with_front' => false )
)
);