Author name linking to author page
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
<a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author_meta( 'display_name' ); ?></a>
<?php echo do_shortcode('[post_author_posts_link]'); ?>
<!-- is the same as -->
<span class="entry-author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author_meta( 'display_name' ); ?></a></span>