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.

-
Open Post Types
Go to Pure Fields → Post Types → Add New.
-
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.
-
Create it
Click Create Post Type. It's registered with WordPress's own
register_post_type()oninit— 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.