Taxonomy Builder — Builder Documentation — Pure Metafields

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.

  1. Open Taxonomies

    Go to Pure Fields → Taxonomies → Add New.

  2. 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.

  3. Create it

    Registered with WordPress's own register_taxonomy() on init — 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.