From 8e2064bbd878ac93438a6616cbf4af21a0f41edd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 12:23:12 -0500 Subject: The North Star 2010-2011 theme, a fork of Twenty Ten I'm not planning on maintaining this, I just figured I'd put it in git in case I ever want it. This has already been cleaned up a lot. I might one day do the work to make it a proper child theme (it was forked too many versions ago for it to be clean), but probably not. --- author.php | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 author.php (limited to 'author.php') diff --git a/author.php b/author.php new file mode 100644 index 0000000..6b1c4d1 --- /dev/null +++ b/author.php @@ -0,0 +1,54 @@ + + +
+ '; + printf( __( 'Author Archives: %s', 'twentyten' ), "" . get_the_author() . "" ); + echo ""; $head++; + +// If a user has filled out their description, show a bio on their entries. + if ( get_the_author_meta( 'description' ) ) { ?> +
+ "; printf( __( 'About %s', 'twentyten' ), get_the_author() ); echo ""; $head++; ?> +
+ +
+ + +
+ +
+ + -- cgit v1.2.3