fix: hierarchical location
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 1m0s

This commit is contained in:
2025-09-25 10:58:26 -04:00
parent 69d4c1f34a
commit 108fca0bcc
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ function ccat_location_register_post_type() {
'hierarchical' => true,
'show_ui' => true,
'show_in_nav_menus' => false,
'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions' ),
'supports' => array( 'title', 'thumbnail', 'excerpt', 'revisions', 'page-attributes' ),
'has_archive' => false,
'rewrite' => array(
'slug' => 'lieu',