Created
April 20, 2012 17:35
-
-
Save kachi/2430515 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
register_taxonomy( | |
'com_category', array('foo', 'bar','hoge','fuga'),array( | |
'label' => '共通カテゴリ', | |
'hierarchical' => true, | |
'show_ui' => true, | |
'query_var' => true, | |
)); | |
?> | |
/*'com_category', array('投稿タイプA', '投稿タイプB','投稿タイプC','投稿タイプD')*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment