Goal
Create a new WordPress plugin from zero using only Zelvigo generators — no manual boilerplate.
Step 1 — Plan your plugin
Decide: custom post type(s), taxonomies, shortcodes, settings pages.
Step 2 — Generate modules
- Create CPT — define your post type
- Create Taxonomy — link to your CPT key
- Create Shortcode — if needed for front-end output
- Create Settings Page — if your plugin needs admin options
Step 3 — Create plugin package
- Go to Create Plugin Package.
- Enter plugin name, slug, author, text domain, version.
- Select all generated modules.
- Click Generate ZIP Package and download.
Step 4 — Install and test
- Upload ZIP via Plugins → Add New.
- Activate and verify CPT, taxonomy, settings, and shortcodes work.
Tip
Generate the CPT before the taxonomy so the post type key is available — or use the unregistered post type confirmation when building in advance.
