• 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)
  • Plugin Author nsp-code

    (@nsp-code)

    Hi,
    This should work fine, can you check if there’s a filter / code within your theme (See functions.php) which remove those taxonomies from being displayed by the plugin (see filter usage).

    In case you use the advanced version, please get in touch at http://www.nsp-code.com and someone will check into this for you.

    Thanks

    • This reply was modified 9 years, 6 months ago by nsp-code.
Viewing 1 replies (of 1 total)

The topic ‘Can’t sort categories from custom posts’ is closed to new replies.