Taxonomies, as previously described are a collective noun for the following
-
category -
post_tag -
post_format -
link_category -
custom taxonomy
The first four are built-in taxonomies, while custom taxonomies are taxonomies that are manually created by the user with register_taxonomy. Custom Taxonomies can be hierarchical (like the build-in taxonomy category) or not (like post tags)
The categories and tags that you create in the back end under the ‘Posts’ screen are in actual fact terms of the taxonomies category and post_tag
You cannot create extra terms in post_format. post_format has built-in terms like post_format_video, post_format_gallery etc. See the codex for all post formats included
EDIT
I have updated the Taxonomies page in the codex to include my diagram and the missing post_format taxonomy
Related Posts:
- Is There a Difference Between Taxonomies and Categories?
- Control term order on a per-post basis
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- How to display non-hierarchical taxonomy as terms with checkboxes?
- How can I select a primary category?
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- 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
- Display empty taxonomy terms with get_terms()
- Any way to assign Post Categories and Tags to Links?
- List Terms in Category
- Search Posts / Pages with multiple options?
- How can i insert term in a specific language of Polylang?
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- Display Posts Loop for each parent and for each Child
- How to “group” (categorize) the Pages together?
- Get posts under a category with SQL
- get_terms function not returning anything
- Display custom taxonomy attached to the post on post single page
- Display sibling categories on category page
- Echo text using is_tag
- How to store category and tags separatly on wordpress?
- Combining these queries? (Same taxonomy term + same category as post)
- Automatically adding tags and categories into Post Excerpt for searching
- get taxonomies from terms
- Filtering posts in category by tag URL
- Get WooCommerce product category list in functions.php
- outputting taxonomy hierarchy
- How to echo Tags and Categories as plain text
- Categories and Tags Conflict after Woocommerce Installation
- Getting Post Tags From Certain Categories
- Display List of Categories Within a Custom Taxonomy
- get_adjacent_post_link excluded_terms ignored
- Why is my post categories not displaying?
- Problem importing categories and sub-categories
- Modify functions.php to add a term ‘uses-theme’ set to theme name on post save
- Taxonomy term RestApi data 10 rows limitions
- hide_empty property not working when using get_terms
- When using get_terms with hide_empty = true, terms that only contain scheduled posts are not returned. How to override this?
- Custom menu with categories and tags
- 3.1 post formats and specific categories/custom taxonomies
- sidebar troubles, taxonomy trouble
- Displaying posts of given category
- get_the_category – display only a single category for a post (not all categories)
- WP-CLI Add category as menu item main-menu
- display category with background color
- Show Posts via cat+cat in URL that are in both Categories doesn’t work
- Add properties to term object
- get_object_term_cache duplicate terms after update to wordpress 6
- Category post count is not correct
- Display all categories but only if they have posts in them that have a specific tag assigned
- Disable Category Taxonomy
- display specific category when website loads
- Help to display the current categories and tags of a post
- Set two terms for a post when they differ only by an accent
- WordPress Default Category and Custom Taxonomy Selected Attribute not Working After Searched in wp_dropdown_categories Array
- How can i add service category here? [duplicate]
- How to add tags under categories
- How do I edit the terms output args or array data?
- Show subChild categories
- Add Post Categories in Post Tags Field Programmatically
- List taxonomy terms assigned to a post in hierarchical view
- Return all Tags and Categories in Separate List
- How can i change sort category view starting from child then parent, not alphabetically
- Sort categories by custom field in WordPress admin
- Only show tag with the same id as the post
- WordPress 5.4 and higher: Filter posts by category 1 AND category 2 in API requests
- How to filter tags by category?
- How to set the same base url for two different taxonomies?
- How to get immediate children of a ‘term’ parent id through ‘get_terms’?
- Ordering terms whilst in loop
- Limit categories to hierarchal depth of 2
- How to set acf color field as background color to product category
- How to target all woocommerce categories that don’t have any subcategories in them?
- Multiple Tag Filtering
- Count how many posts have a specified tag AND category
- Show the parent taxonomy by creating shortcode in woocommerce?
- Replace deprecated get_category_children code with get_terms
- Can’t display posts by filtering categories using isotope.js
- How to prevent tag “iframe” from being deleted from the heading description of rubric?
- Hide specific category tag on single post page
- echo $category[0]-> cat_name; shows only one category name
- How to remove parent category from child category url using wordpress rewrite rule?
- WordPress Portofolio Conditional Templating – functions php
- How to show entries related to main category
- Parent Category and Subcategory default text generated with category
- Post List by category and under custom taxonomy
- Automatically create tags and merge with categories
- Bulk assign posts to a category using SQL (MySQL)
- Restrict retrieved terms by category?
- List non-empty categories from a custom post type
- When creating category, it creates automatically tag, or, when creating tag, it creates automatically category in same name
- get taxonomy list in a page in the wordpress
- Number of categories slowing down the site
- How to modify custom category field from front end?
- Image Upload Custom Form Field for Category and Custom Taxonomy
- Using heirarchial tags or Custom taxonomies
- How to assign Categories and tags inside the TinyMCE Editor for each Image?
- Confused about category.php template – not working
