Viewing 1 replies (of 1 total)
  • SuzieQue, add this code to your theme’s function.php file:

    add_action('init', 'movies_need_categories_and_tags');
    function movies_need_categories_and_tags() {
        register_taxonomy_for_object_type('category', 'movie');
        register_taxonomy_for_object_type('post_tag', 'movie'); }
Viewing 1 replies (of 1 total)
  • The topic ‘Plugin Doesn't Work’ is closed to new replies.