Custom Post Types and Custom Taxonomies
Probably the best way is to use the help of code generators and manually enter PHP. example
or maybe the best way is to use class libraries like johnbillion/extended-cpts by respected author. For example, you can register a post type or taxonomy in one line.
Generators:
In order of first-look quality:
- Custom Post Type UI/ CPT UI
- Custom Post Type Generator
- WCK - Custom Fields and Custom Post Types Creator
- Post Type & Taxonomy Manager
Very extensive plugins:
This is a beautifull plugin, but not sure if it’s exactly for the same purpose: CPT-onomies: Using Custom Post Types as Taxonomies
Poorly designed & disqualified plugins
These plugins are NOT even aware of already existing Custom Post types:
Converting Post Types and Taxonomies
Switch Post Type, Change Post Type, Post Type Change
This is
-
Post Type Switcher has everything, and here is an article about it.
-
Ima i ovaj, ali nudi i Pro verziju što me odmah “naježi”: Post Type Transfer. I naravno, nema čak ni opciju da promeni Post type kroz “Bulk Edit”. Bez veze.
-
Convert Post Types is beautiful plugin for mass-editing of Post Types.
Hierarchy plugin will solve a problem of editing and entering Custom Post Type data. Isti autor je zatim napravio plugin OrganizeWP - Fix Content Organization in WordPress
Improve taxonomy management
Source: 20 WordPress Plugins to Optimize Category and Tags - Hongkiat
-
Icons on taxonomy: Taxonomy Font Icons
-
Thumbnail on taxonomy: Taxonomy Thumbnail
-
If we want a blog on separate subdomain: Main Category As Subdomain
-
To bulk change taxonomies: Taxonomy Switcher
-
Najbolji ubedljivo: Term Management Tools
TaxoPress is the WordPress Tag, Category, and Taxonomy Manager
Notes on some values
Show in REST API
must be true to enable Gutenberg editor
https://lazyblocks.com/documentation/examples/custom-post-type-and-save-in-meta-control/
Abandoned: wpmudev/custompress
Fastest way to create new custom post type is:
wp scaffold post-type “press-release” –label=“Press Release” –plugin=_customize
stuttter/wp-term-images: Images for categories, tags, and other taxonomy terms