Can’t sort categories from custom posts
-
Hi,
I have the problem, that I can’t see the categories from the custom-posts “films” under taxonmy-order (I see the main categories), is there a way to solve it? I have two category-boxes (director and film-category).
add_action(‘init’,’films_add_default_boxes’);
function films_add_default_boxes(){
register_taxonomy(‘director’, ‘films’, array(‘hierarchical’=>true,’label’=>’Director’));
register_taxonomy(‘film-category’, ‘films’, array(‘hierarchical’=>true,’label’=>’Film Category’));
}Regards,
Samuel
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Can’t sort categories from custom posts’ is closed to new replies.