-
Notifications
You must be signed in to change notification settings - Fork 0
Taxonomy
Gene Alyson Fortunado Torcende edited this page Apr 11, 2020
·
4 revisions
accepts 1 parameter - the array of custom taxonomy configuration
ThemePlate()->taxonomy( $config );
Each custom taxonomy is configured using these following keys:
name
singular
plural
type
args
array(
'labels' => array() // with `singular` and `plural`
'public' => true,
'show_in_rest' => true,
'rewrite' => array(
'with_front' => false,
),
)