Typical combo plugin
Many plugins need a custom post type, a taxonomy for organizing it, and a settings page for configuration. Zelvigo lets you generate all three and export one ZIP.
Order of creation
- CPT — e.g.
bookwith labels Book / Books - Taxonomy — e.g.
book_genrelinked tobook - Settings Page — e.g. API keys, display options, defaults
Package assembly
- Open Create Plugin Package.
- Set plugin metadata (name, slug, text domain).
- Check all three generated modules.
- Generate and download ZIP.
Resulting structure
The ZIP merges each module into separate PHP files inside your plugin folder, plus a bootstrap file that loads them.
