Open the builder

Go to Zelvigo Dev Studio → Create CPT.

Form fields

  • Post Type Key — lowercase, max 20 chars, letters/numbers/underscores; cannot start with wp_
  • Singular Name — e.g. Movie
  • Plural Name — e.g. Movies
  • Description — optional admin description

Options

  • Public — show in admin and front end
  • Hierarchical — like pages (parent/child)
  • Show in REST API — enable block editor / REST access
  • Has Archive — enable post type archive URL

Generate

  1. Fill in the form and click Generate.
  2. Review the PHP code panel and click Copy Code.
  3. Paste into your plugin file below the ABSPATH guard.

Validation

Zelvigo blocks reserved WordPress keys and duplicate keys already registered or previously generated on this site.