Viewing 1 replies (of 1 total)
  • Thread Starter WorldWideWebb

    (@worldwidewebb)

    Nevermind! Found the answer. Just drop this at the bottom of your theme’s functions.php file:

    add_action('init', 'docs_add_default_boxes');
    
    function docs_add_default_boxes() {
        register_taxonomy_for_object_type('category', 'document');
        register_taxonomy_for_object_type('post_tag', 'document');
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Document Revisions] Use existing tags & categories taxonomies’ is closed to new replies.