From a960424025974d6cae7d3f37a0526e60ff070a8a Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 02:32:46 +0000 Subject: [PATCH] Twenty Fourteen: add author description below author name on author archive view, and update styles for archive header area. Props iamtakashi, closes #26420. git-svn-id: https://develop.svn.wordpress.org/trunk@26654 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyfourteen/author.php | 9 ++++----- .../themes/twentyfourteen/style.css | 20 ++++++++++++++++--- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/author.php b/src/wp-content/themes/twentyfourteen/author.php index 5a2540baca..31394ca366 100644 --- a/src/wp-content/themes/twentyfourteen/author.php +++ b/src/wp-content/themes/twentyfourteen/author.php @@ -28,13 +28,12 @@ get_header(); ?> */ the_post(); - printf( __( 'All posts by %s', 'twentyfourteen' ), sprintf( - '%2$s', - esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), - get_the_author() - ) ); + printf( __( 'All posts by %s', 'twentyfourteen' ), get_the_author() ); ?> + +
+