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() ); ?> + +
+