HEX
Server: LiteSpeed
System: Linux premium221.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: madepabj (2566)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: //home/madepabj/xpresscleaningservices.com/wp-content/themes/cleeny/template-parts/biography.php
<?php
$author_data =  get_the_author_meta('description',get_query_var('author') );
$author_bio_avatar_size = 120;
if($author_data !=''):
?>

	<div class="author mt-120">
		<div class="author-img text-center">
			<a href="<?php print esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) ?>">
				<?php print get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size,'','',array('class'=>'media-object img-circle') ); ?>
			</a>
		</div>
		<div class="author-text">
			<h3><span class="media-heading"><a href="<?php print esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) ?>"><?php print get_the_author(); ?></a></span></h3>
			<p><?php the_author_meta( 'description' ); ?> </p>
		</div>
	</div>

<?php endif; ?>