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
- Enter a unique taxonomy key (lowercase, no spaces)
- Provide singular and plural names
- Specify which post types this taxonomy applies to
- Choose hierarchical for category-like behavior
- Click "Generate Code" to create the PHP snippet
- Copy and paste into your theme's functions.php