diff --git a/archive.php b/archive.php index ccbc41e..ff21e72 100644 --- a/archive.php +++ b/archive.php @@ -20,7 +20,7 @@ } elseif (is_author()) { global $post; $author_id = $post->post_author; - printf(__('Author Archives: %s', 'roots'), get_the_author_meta('user_nicename', $author_id)); + printf(__('Author Archives: %s', 'roots'), get_the_author_meta('display_name', $author_id)); } else { single_cat_title(); }