TypeForge CPT and Meta Builder

Description

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:

  • Custom post type builder.
  • Custom taxonomy builder.
  • Post meta field builder with secure meta boxes.
  • Generated code snippets for CPTs, taxonomies, post meta, and REST endpoint templates.
  • JSON import and export.
  • ACF-compatible JSON output when Advanced Custom Fields is active.
  • Optional data removal on uninstall.

The plugin does not bundle Advanced Custom Fields and does not require it.

Usage Guide

Dashboard

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.

Custom Post Types

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.

Custom Taxonomies

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.

Meta Fields

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.

Code Generator

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.

Import / Export

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.

ACF Compatible JSON

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.

Settings

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.

Screenshots

  • Dashboard with structure counts.
  • Custom post type builder screen.
  • Taxonomy builder screen.
  • Meta field builder screen.
  • Informative Section of our Features on Dashboard.

Installation

  1. Upload the typeforge-cpt-meta-builder folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open TypeForge CPT and Meta Builder in the WordPress admin menu.
  4. Create a post type, taxonomy, or meta field configuration.
  5. Visit Settings > Permalinks and save permalinks if custom rewrite rules need refreshing.

FAQ

Does this plugin require ACF?

No. ACF-compatible JSON is available only when Advanced Custom Fields is active.

Does uninstall remove my data?

No, not by default. Plugin configuration is removed only when the Delete Data On Uninstall setting is enabled before uninstalling.

Can I export generated PHP code?

Yes. The Code Generator screen provides readonly snippets with copy and download controls.

Are REST endpoints generated automatically?

The plugin provides REST-enabled CPT and meta registration options and a REST endpoint template snippet. The template includes permission callbacks for every route.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“TypeForge CPT and Meta Builder” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release.