From 2e4cc0449826e79d41751304df0fa70d1e40a5b2 Mon Sep 17 00:00:00 2001 From: andrewmbacon Date: Tue, 11 Aug 2015 11:41:05 -0400 Subject: [PATCH] Adding support for authors --- uc-people.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );