diff --git a/uc-people.php b/uc-people.php index 55e2360..6925df3 100644 --- a/uc-people.php +++ b/uc-people.php @@ -33,7 +33,8 @@ function create_custom_custom_post_type(){ 'menu_position' => 35, 'menu_icon' => 'dashicons-groups', 'supports' => array( 'tags', 'thumbnail', 'revisions', 'page-attributes', 'author' ), - 'has_archive' => true + 'has_archive' => true, + 'rewrite' => false ); register_post_type( 'person', $args );