File: /home/design-logix.co.uk/public_html/wp-content/themes/ashe/templates/single/author-description.php
<?php
$authordesc = get_the_author_meta( 'description' );
if ( ! empty( $authordesc ) ) : ?>
<div class="author-description">
<a class="author-avatar" href="<?php echo esc_url(get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) )); ?>">
<?php echo get_avatar( get_the_author_meta( 'ID' ), 90 ); ?>
</a>
<h4><?php the_author_posts_link(); ?></h4>
<p><?php the_author_meta( 'description' ); ?></p>
</div>
<?php endif; ?>