From 40e849f631dd0ea2e252e85bd011d84bcc835029 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 02:33:10 +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. Built from https://develop.svn.wordpress.org/trunk@26654 git-svn-id: http://core.svn.wordpress.org/trunk@26544 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/author.php | 9 ++++----- wp-content/themes/twentyfourteen/style.css | 20 +++++++++++++++++--- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/wp-content/themes/twentyfourteen/author.php b/wp-content/themes/twentyfourteen/author.php index 5a2540baca..31394ca366 100644 --- a/wp-content/themes/twentyfourteen/author.php +++ b/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() ); ?> + +
+