TypeForge CPT and Meta Builder provides a WordPress admin interface for creating custom post type, taxonomy, and post meta configurations. Saved structures are registered dynamically and can also be exported as generated PHP snippets for use in themes, plugins, or deployment workflows.
The plugin includes:
The plugin does not bundle Advanced Custom Fields and does not require it.
Open TypeForge CPT and Meta Builder from the main WordPress admin menu. The dashboard shows counts for post types, taxonomies, meta fields, and REST-enabled structures. Use the quick action buttons to start a new structure, generate code, or move configuration between environments.
Go to TypeForge CPT and Meta Builder > Post Types. Add the singular name, plural name, slug, menu position, menu icon, description, supports, visibility options, archive setting, REST setting, query var, rewrite, and REST base. Save the form to register the post type dynamically. If public URLs do not refresh immediately, visit Settings > Permalinks and save once.
Go to TypeForge CPT and Meta Builder > Taxonomies. Add the taxonomy name, singular name, slug, hierarchy setting, and related post types. Select multiple post types when the same taxonomy should be shared. Enable Show in REST when taxonomy controls should appear in the block editor or REST API.
Go to TypeForge CPT and Meta Builder > Meta Fields. Choose the post type, enter the field label and meta key, select a field type, add options for select or radio fields, set default value, placeholder, description, required state, and REST visibility. Saved fields appear in the post edit screen inside the TypeForge Meta Fields box.
Go to TypeForge CPT and Meta Builder > Code Generator. Copy or download generated PHP snippets for custom post types, taxonomies, post meta registration, and REST endpoint templates. These snippets are intended for developers who want to move approved structures into a theme or custom plugin.
Go to TypeForge CPT and Meta Builder > Import / Export. Use Export JSON to download the full plugin configuration. Use Import JSON to upload a valid exported configuration on another local, staging, or production WordPress site. Invalid or malformed JSON files are rejected.
Install and activate Advanced Custom Fields to reveal the ACF-compatible JSON output in the Code Generator screen. TypeForge CPT and Meta Builder does not require ACF and does not bundle ACF.
Go to TypeForge CPT and Meta Builder > Settings. Enable Delete Data On Uninstall only when plugin configuration should be removed during uninstall. Data is preserved by default.