hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-contentOLD/themes/longevity/ |
<?php
/**
* The template for displaying Author bios
*
* @package Longevity
*
*/
?>
<div class="author-info" itemscope="" itemtype="http://schema.org/Person">
<div class="author-avatar" itemprop="image" itemscope itemtype="http://schema.org/ImageObject">
<?php
/**
* Filter the author bio avatar size.
* @param int $size The avatar height and width size in pixels.
*/
$author_bio_avatar_size = apply_filters( 'longevity_author_bio_avatar_size', 80 );
echo get_avatar( get_the_author_meta( 'user_email' ), $author_bio_avatar_size );
?>
</div>
<div class="author-description">
<h3 class="author-title" itemprop="name"><?php esc_html_e( 'Published by', 'longevity' ); ?><span class="author-name"> <?php echo esc_html(get_the_author() ); ?></span></h3>
<p class="author-bio"><?php the_author_meta( 'description' ); ?></p>
<div class="author-website"><a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author" itemprop="url">
<?php printf( esc_html__('View articles written by %s', 'longevity' ), esc_html(get_the_author() ) ); ?>
</a>
</div>
</div>
</div>