diff --git a/uc-people.php b/uc-people.php index c17ca1f..129e14e 100644 --- a/uc-people.php +++ b/uc-people.php @@ -32,7 +32,7 @@ function create_custom_custom_post_type(){ 'public' => true, 'menu_position' => 35, 'menu_icon' => 'dashicons-groups', - 'supports' => array( 'tags', 'thumbnail', 'revisions', 'page-attributes' ), + 'supports' => array( 'tags', 'thumbnail', 'revisions', 'page-attributes', 'author' ), 'has_archive' => true );