Title: Plugin Doesn&#039;t Work
Last modified: August 21, 2016

---

# Plugin Doesn't Work

 *  [SuzieQue](https://wordpress.org/support/users/suzieque/)
 * (@suzieque)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-32/)
 * Plugin version 1.0
 * No place to choose categories during “Add New” or “Edit Movie” in WordPress Admin,
   so the app doesn’t display any “Posted in…” information in breadcrumbs. Also,
   no Custom Field option is available in Screen Options.
 * [http://wordpress.org/plugins/th0ths-movie-collection/](http://wordpress.org/plugins/th0ths-movie-collection/)

Viewing 1 replies (of 1 total)

 *  [kato](https://wordpress.org/support/users/kato/)
 * (@kato)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-32/#post-4153272)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/th0ths-movie-collection.svg)
 * [th0th's Movie Collection](https://wordpress.org/plugins/th0ths-movie-collection/)
 * [Support Threads](https://wordpress.org/support/plugin/th0ths-movie-collection/)
 * [Active Topics](https://wordpress.org/support/plugin/th0ths-movie-collection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/th0ths-movie-collection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/th0ths-movie-collection/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [kato](https://wordpress.org/support/users/kato/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-32/#post-4153272)
 * Status: not resolved