fix: GraphQL breadcrumbs and address

This commit is contained in:
2025-09-15 15:36:33 -04:00
parent 4c3f0a26bf
commit ff5cc82384
10 changed files with 413 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ function ccat_location_register_post_type() {
'item_scheduled' => __( "Location scheduled.", 'ccat' ),
'item_updated' => __( "Location updated.", 'ccat' ),
),
'public' => false,
'public' => true,
'hierarchical' => true,
'show_ui' => true,
'show_in_nav_menus' => false,