[ 'name' => 'Projects', 'singular_name' => 'Project', ], 'public' => true, 'has_archive' => true, 'rewrite' => ['slug' => 'projects'], 'supports' => ['title', 'editor', 'thumbnail', 'excerpt'], 'show_in_rest' => true, 'menu_icon' => 'dashicons-portfolio', ]); register_taxonomy('project_category', 'project', [ 'labels' => [ 'name' => 'Project Categories', 'singular_name' => 'Project Category', ], 'hierarchical' => true, 'show_in_rest' => true, 'rewrite' => ['slug' => 'project-category'], ]); });