I’m using the following hook for a bio box, but when you click on the link to get to the author’s posts (in the author-links div) it just takes you to the home page, not the author’s posts. How do I change it to go to the author’s posts? Also, how do I change the font size on the text displayed for the link (where it is currently showing …) as it is really large now. thanks
—-
<?php echo get_avatar( get_the_author_meta( ‘ID’ ), 250 ); ?>
<h5 class=”author-title” itemprop=”author” itemscope itemtype=”
http://schema.org/Person”>
<span itemprop=”name”><?php printf( get_the_author_meta( ‘display_name’) );?></span>
</h5>
<p class=”author-description”><?php echo wp_kses( get_the_author_meta( ‘description’ ), null ); ?></p>