Post Type Builder — Builder Documentation — Pure Metafields

Docs/Builder Documentation/Post Type Builder

Post Type Builder

Register custom post types from a visual form under Pure Fields → Post Types — full control over labels, archive pages, REST/Gutenberg support and admin placement.

Pure Metafields admin screen: posttype
Creating a post type. Custom labels, REST API / Gutenberg support, optional archive pages and flexible columns — then Create Post Type.
  1. Open Post Types

    Go to Pure Fields → Post Types → Add New.

  2. Set labels and behavior

    Name it, choose a slug, and configure whether it has an archive page, supports the block editor, and is exposed to the REST API.

  3. Create it

    Click Create Post Type. It's registered with WordPress's own register_post_type() on init — the settings you chose become that function's arguments.

Next

Attach a metabox to your new post type: Integrations → Custom Post Types. Add a matching custom taxonomy: Taxonomy Builder.