Taxonomies
Register taxonomies (categories and tags) and edit associated post type, options and labels.
Taxonomy options:
- Taxonomy label: Name of the taxonomy shown in the menu. Usually plural.
- Taxonomy key: Key name of the taxonomy. Will be sanitized, must not exceed 32 characters. Leave blank to generate from taxonomy label.
- Description: Short descriptive summary about this taxonomy.
- Associated post types: Post types with which the taxonomy should be associated. Single, multiple, and empty values are allowed.
Taxonomy parameters:
- Hierarchical: Whether the taxonomy is hierarchical. Enable to create categories. Disable to create tags.
- Public: Whether a taxonomy is intended for use publicly either via the admin interface or by front-end users.
- Publicly queryable: Whether the taxonomy is publicly queryable.
- Show UI: Whether to generate and allow a UI for managing terms in this taxonomy in the admin.
- Show in REST: Whether to include the taxonomy in the REST API. Enable for the taxonomy to be available in the block editor.
- Show admin column: Whether to display a column for the taxonomy on its post type listing screens.
- Show in menu: Whether to show the taxonomy in the admin menu. If enabled, the taxonomy is shown as a submenu of the object type menu. If disabled, no menu is shown.
- Show in navigation menus: Makes this taxonomy available for selection in navigation menus.
Taxonomy labels:
- Taxonomy name (plural): General name for the taxonomy, usually plural. Default is same as taxonomy label.
- Taxonomy name (singular): Name for one object of this taxonomy. Default is "Tag" / "Category".
- Add new item: Label for adding a new singular item. Default is "Add Tag" / "Add Category".
- New item: Label for the new item name. Default is "New Tag Name" / "New category Name".
- Edit item: Label for editing a singular item. Default is "Edit Tag" / "Edit category".
- View item: Label for viewing a singular item. Default is "View Tag" / "View Category".
- Update item: Label for updating a singular item. Default is "Update Tag" / "Update Category".
- Back to items: Label displayed after a term has been updated. Default is "Back to tags" / "Back to categories".
- All items: Label to signify all items in a submenu link. Default is "All Tags" / "All Categories".
- Search items: Label for searching plural items. Default is "Search Tags" / "Search Categories".
- Not found: Label used when no items are found. Default is "No tags found" / "No categories found".
- Parent item: This label is only used for hierarchical taxonomies. Default is "Parent Categoriey".
- Menu name: Label for the menu name. Default is same as taxonomy name (plural).
On update:
Basic mode: New code will be generated to update the related PHP file. Related theme mod will be updated.
Advanced mode: Editor code will be used to update the related PHP file. Related theme mod will not be updated.
On reset:
No taxonomies will be registered.
Related PHP file will reset to default template. Related theme mod will reset to default values.
Registered taxonomies
All registered taxonomies (core WP and custom) are listed in sidebar panel.