将翻译的分类法重定向到分类法文件

时间:2019-09-23 09:28:39

标签: php wordpress

我为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 )
       )
   );

0 个答案:

没有答案