Little fixes

This commit is contained in:
Brian Miyaji
2014-01-23 02:25:48 +11:00
parent 2cc1c3ee6c
commit f21ed7f522
19 changed files with 45 additions and 13 deletions

View File

@@ -9,7 +9,8 @@ function sportspress_position_term_init() {
'label' => $name,
'labels' => $labels,
'public' => true,
'has_archive' => false,
'show_in_nav_menus' => false,
'show_tagcloud' => false,
'hierarchical' => true,
'rewrite' => array( 'slug' => 'position' ),
);