Docs/Builder Documentation/Taxonomy Builder
Taxonomy Builder
Register and manage custom taxonomies from Pure Fields → Taxonomies — hierarchical (category-style) or flat (tag-style), attached to any post type.
-
Open Taxonomies
Go to Pure Fields → Taxonomies → Add New.
-
Choose the shape and the post types
Name it, decide whether it's hierarchical, and pick which post type(s) it attaches to — built-in ones like
post, or a custom post type you've registered in Post Type Builder. -
Create it
Registered with WordPress's own
register_taxonomy()oninit— the form's settings become that function's arguments.
Using it
Once registered, query and display terms with WordPress's standard functions — get_the_terms(), WP_Query's tax_query, and so on. See Integrations → Taxonomies for worked examples.