Create Custom Taxonomies
You can create unlimited custom taxonomies without coding with CubeWP framework
Part 1: How to Add Custom Taxonomy
- Go to WP Admin
- Navigate to CubeWP Taxonomies
- Click Add New
Part 2: Basic Settings
- Enter your Post Type Slug, Plural Label, Singular Label, and Description
- Select a Menu icon
Part 3: Advanced Settings
In this section, there are advanced options to configure the Custom Taxonomies, and how you want it to behave, and display by choosing True or False for each option.
- Public
Choose whether a taxonomy is intended for use publicly either via the admin interface or by front-end users. - Show UI
Choose whether to generate a default UI for managing this custom taxonomy. - Show Admin Column
Choose whether to allow automatic creation of taxonomy columns on associated post-types. - Hierarchical
Choose whether the taxonomy can have parent-child relationships. - Query Var
Sets the query_var key for this taxonomy. - Show in REST API
Choose whether to show this taxonomy data in the WP REST API .
Relationship
You can link your Taxonomies with your available Custom Post Types.