Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joseph Hinson

    (@jhinson)

    Not out of the box, although I can see how that would be helpful. You can register a taxonomy through adding this to your functions.php file:

    // Taxonomy for "Book Category" -- works like categories
    register_taxonomy( 'book-category', 'book', array( 'hierarchical' => true, 'label' => 'Book Categories', 'query_var' => true, 'rewrite' => true, 'singular-label' => 'Book Category') );
    Plugin Author Joseph Hinson

    (@jhinson)

    I’m marking this as resolved. Also, this is coming in a new version of the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tag book’ is closed to new replies.