diff --git a/wp-content/themes/twentyten/author.php b/wp-content/themes/twentyten/author.php index c60744f2c0..75c106c85b 100644 --- a/wp-content/themes/twentyten/author.php +++ b/wp-content/themes/twentyten/author.php @@ -21,7 +21,8 @@ * We reset this later so we can run the loop * properly with a call to rewind_posts(). */ - the_post(); + if ( have_posts() ) + the_post(); ?>

" . get_the_author() . "" ); ?>