From 38821d0dc58c7cb21264d75288a76c222be6ffbe Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 8 Jan 2012 12:06:48 -0700 Subject: [PATCH] fixes #210 - add author name to archive template title --- archive.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archive.php b/archive.php index ef54b4f..818bc50 100644 --- a/archive.php +++ b/archive.php @@ -11,6 +11,12 @@ + + post_author; + printf(__('Author Archives: %s', 'roots'), get_the_author_meta('user_nicename', $author_id)); + ?>