Done !
| Server IP : 51.91.236.255 / Your IP : 216.73.217.126 Web Server : Apache System : Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chloega ( 433239) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/chloega/www/wp-content/themes/bravada/content/ |
Upload File : |
<?php
/**
*
* The template for displaying author biography
*
* Used in single.php and arhive.php (author archives only)
*
* @package Bravada
*/
$bravada_heading_tag = ( is_single() ) ? 'h2' : 'h1';
?>
<?php if ( get_the_author_meta( 'description' ) ) : ?>
<section class="author-info" <?php cryout_schema_microdata( 'author' ); ?>>
<div class="author-avatar" <?php cryout_schema_microdata( 'image' );?>>
<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'bravada_author_bio_avatar_size', 80 ), '', '', array( 'extra_attr' => cryout_schema_microdata( 'url', 0) ) ); ?>
</div><!-- .author-avatar -->
<div class="author-description" <?php cryout_schema_microdata( 'author-description' ); ?>>
<<?php echo $bravada_heading_tag ?> class="page-title">
<?php echo ' <span' . cryout_schema_microdata( 'author-name', 0) . '>' . esc_attr( get_the_author() ) . '</span>'; ?>
</<?php echo $bravada_heading_tag ?>>
<div class="author-text"><?php the_author_meta( 'description' ); ?></div>
<?php if ( is_single() ) { ?>
<div class="author-link">
<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" <?php cryout_schema_microdata( 'author-url' ); ?>>
<?php printf( __( 'View all posts by ', 'bravada' ) . '%s', esc_attr(get_the_author()) ); ?>
</a>
</div><!-- .author-link -->
<?php } ?>
</div><!-- .author-description -->
</section><!-- .author-info -->
<?php endif; ?>