Discover taxonomies, list terms, create and update categories and tags, and assign taxonomy terms to posts. The organizational layer of WordPress content.

9

Total Abilities

4

Read

4

Write

1

Delete

Overview

The Taxonomies module manages WordPress’s organizational layer — categories, tags, and any registered custom taxonomy. It handles term discovery, creation, updating, deletion, and the critical operation of assigning terms to posts. In the all-Posts documentation architecture, taxonomies are the primary organizational structure.

Ability Reference

AbilityTypeDescription
taxonomies/discoverRList all registered taxonomies — categories, tags, and custom taxonomies with their properties.
taxonomies/list-termsRList terms in a taxonomy. Supports search, parent filtering, hide_empty, and pagination.
taxonomies/get-termRGet a single term by ID with full details: name, slug, description, count, parent.
taxonomies/get-content-termsRGet all taxonomy terms assigned to a specific post.
taxonomies/create-termWCreate a new term in a taxonomy. Set name, slug, description, and parent for hierarchical taxonomies.
taxonomies/update-termWUpdate an existing term’s name, slug, description, or parent.
taxonomies/assign-to-contentWAssign taxonomy terms to a post. Accepts an array of term IDs.
taxonomies/batch-assignWAssign terms to multiple posts in a single call.
taxonomies/delete-termDDelete a term from a taxonomy. Posts using this term lose the assignment.

Content Module

17 abilities — the posts that terms organize

Menus Module

12 abilities — navigation that links to terms


Related