Title: Tag book
Last modified: August 20, 2016

---

# Tag book

 *  Resolved [geography](https://wordpress.org/support/users/geography/)
 * (@geography)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/tag-book/)
 * Is it possible to tag each book? Like a post?
 * [http://wordpress.org/extend/plugins/mybooks-for-authors/](http://wordpress.org/extend/plugins/mybooks-for-authors/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Joseph Hinson](https://wordpress.org/support/users/jhinson/)
 * (@jhinson)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/tag-book/#post-3500386)
 * 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](https://wordpress.org/support/users/jhinson/)
 * (@jhinson)
 * [13 years ago](https://wordpress.org/support/topic/tag-book/#post-3500406)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/mybooks-for-authors.svg)
 * [MyBooks for Authors, by Out:think Group](https://wordpress.org/plugins/mybooks-for-authors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mybooks-for-authors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mybooks-for-authors/)
 * [Active Topics](https://wordpress.org/support/plugin/mybooks-for-authors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mybooks-for-authors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mybooks-for-authors/reviews/)

## Tags

 * [tag](https://wordpress.org/support/topic-tag/tag/)

 * 2 replies
 * 2 participants
 * Last reply from: [Joseph Hinson](https://wordpress.org/support/users/jhinson/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/tag-book/#post-3500406)
 * Status: resolved