HEX
Server: Apache
System: Linux srv7.arcedns.com 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User: rootliftron (1223)
PHP: 8.2.28
Disabled: symlink,show_source,system,proc_terminate,passthru,proc_open,dl,ln,ls,cat,mail
Upload Files
File: /home/rootliftron/public_html/wp-content/themes/bard/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' ), 80 ); ?>
	</a>

	<h3><?php the_author_posts_link(); ?></h3>

	<p><?php the_author_meta( 'description' ); ?></p>

</div>

<?php endif; ?>