From ThaiiS Note (Wiki)
author
<?php the_author_nickname(); ?>
<?php the_author(); ?>
The loop
starts here:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
and ends here:
<?php endwhile; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?>