Custom Taxonomy Generator

Generate register_taxonomy() code for custom taxonomies.

Taxonomy Settings

Lowercase, no spaces, max 32 characters
Which post types this taxonomy applies to

Options

Generated Code

Usage: Copy this code and paste it into your theme's functions.php file.

Features

  • Generate custom taxonomy registration code
  • Support for hierarchical and non-hierarchical taxonomies
  • Configure labels and options visually
  • Gutenberg/REST API support
  • One-click copy to clipboard

How to Use

  1. Enter a unique taxonomy key (lowercase, no spaces)
  2. Provide singular and plural names
  3. Specify which post types this taxonomy applies to
  4. Choose hierarchical for category-like behavior
  5. Click "Generate Code" to create the PHP snippet
  6. Copy and paste into your theme's functions.php