If you needed an archive page that listed all dogs, then the hierarchical approach would be much efficient. You could visit `/category/dogs’, and Bob’s your uncle.
If you used separate categories for every breed of dog, then that dogs archive would require a custom query to select everything from every individual breed in the dogs taxonomy.
Related Posts:
- get_categories for custom post type with a specific custom taxonomy attached
- How can I add the featured image functionality to a custom taxonomy?
- Combine two taxonomies in a hierarchical tree
- How can I select a primary category?
- How to make custom taxonomy check boxes like ‘Categories’
- How to create non-unique sub-category slugs?
- How to get next previous category in same taxonomy?
- Getting WordPress custom taxonomy/category?
- Display empty taxonomy terms with get_terms()
- How to get the number of child categories a specific parent category has?
- How can I convert some categories to a custom taxonomy?
- Get multidimensional array that reflects category hierarchy
- Change existing taxonomy settings when using custom taxonomy
- How to get the id from the custom category?
- How can I edit the ‘Most Used’ tab in the categories meta-box to show another custom taxonomy?
- Display custom taxonomy attached to the post on post single page
- Question on using custom structures for categories
- Echo text using is_tag
- Same menu for different taxonomies to reach different content
- How could I write a get_categories_by_year() function?
- How to get posts using category slug in ClassiPress?
- How to set the same base url for two different taxonomies?
- Get WooCommerce product category list in functions.php
- Renaming default category taxonomy?
- How to Manage and link certain custom taxonomy?
- Display List of Categories Within a Custom Taxonomy
- How to add a post with new Taxonomy without assigning to default category?
- Converting Categories (with ACF fields) to custom taxonomies
- How can I get the categories and subcategories separately?
- Get Posts Under Custom Taxonomy
- How to display non-hierarchical taxonomy as terms with checkboxes?
- Can a Child Category Have More than One Parent?
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Use tag interface for hierarchical taxonomy?
- Different templates for parent and children categories/taxonomies
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- How to convert regular categories to custom taxonomy?
- How to Override default update_count_callback for category
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Return category slug / title from category ID
- Order Taxonomy Term by date created
- Get term by slug in Gutenberg
- How to get the depth of a category’s subcategories
- Best way to programmatically link to multiple categories (union/intersection) [closed]
- Want to hide some categories from the categories meta box in the post editor for the two specific user roles
- How to export/import categories and keep their IDs?
- Taxonomies for WordPress Media Library [duplicate]
- Can I use get_adjacent_post for specific categories?
- Taxonomy filter all children
- Can you pre-check wordpress categories?
- How to filter out Categories for specific post types on WordPress Admin?
- How can i insert term in a specific language of Polylang?
- How to organize custom categories for filtering and selecting
- Custom sub taxonomy order by
- How to “group” (categorize) the Pages together?
- Is There a Difference Between Taxonomies and Categories?
- Get all media categories
- Custom taxonomy/category order
- Why don’t posts show up in my categories on the frontend?
- Flat category URLs but retaining hierarchy?
- Get posts from specific taxonomy term
- How many categories can WordPress handle before performance suffers?
- Targeting Parent Category Pages
- Wacky taxonomy in wordpress
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- List just subcategory and products of active category page in Woocommerce
- custom page for custom Taxonomy
- Eliminate word from $term->name
- Filter By Category Dropdown List With Custom Taxonomies
- query_posts by category_name and custom taxonomy
- How to schedule categories?
- Showing HTML if Post is In Certain Taxonomy Term
- Copy post taxonomy?
- How to load several hierarchical categories from functions.php
- Posts not listing out sub category in hierarchy
- Post to inherit custom category background image from parent
- Combining these queries? (Same taxonomy term + same category as post)
- Link posts together (relative, not grouped)
- How to fix select filter on category
- Disable Category Taxonomy
- Migrate the posts of a category to another blog as a custom taxonomy
- Taxonomy custom check box meta field not getting saved
- Filtering posts in category by tag URL
- Grab all the posts for particular category
- Create custom post type categories
- Set a Default CPT taxonomy by taxonomy id
- Image Upload Custom Form Field for Category and Custom Taxonomy
- How to echo Tags and Categories as plain text
- Dynamically creating content on custom URL without getting 404
- How to exclude category and post_tag taxonomy while displaying custom taxonomy?
- List Terms by category
- get_adjacent_post_link excluded_terms ignored
- Taxonomy for custom post type not found
- Category base 404 – fix
- Create Cross Promoting Categories in WordPress Using ‘pre_get_posts’
- Assign a category by user and customize the edit-tags.php?taxonomy=category page
- How to Organize my Photo Albums?
- Woocommerce custom taxonomy order
- Hook action when create new category [duplicate]