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

  1. CPT — e.g. book with labels Book / Books
  2. Taxonomy — e.g. book_genre linked to book
  3. Settings Page — e.g. API keys, display options, defaults

Package assembly

  1. Open Create Plugin Package.
  2. Set plugin metadata (name, slug, text domain).
  3. Check all three generated modules.
  4. 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.