| Server IP : 207.244.250.86 / Your IP : 216.73.216.10 Web Server : Apache System : Linux plesk1.codeponents.com 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Mon Jan 18 17:05:51 UTC 2021 x86_64 User : motionave ( 10025) PHP Version : 8.0.15 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/motionave.com/devsite.motionave.com/wp-content/themes/brooklyn/ |
Upload File : |
<?php
/**
* The template for displaying Author bios.
*
*/
?>
<div class="grid-100 tablet-grid-100 mobile-grid-100">
<div class="author-info clearfix">
<h3 class="author-title"><span><?php printf( esc_html__( 'About the Author', 'unitedthemes' ), get_the_author() ); ?></span></h3>
<div class="author-description">
<figure class="author-avatar">
<?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'ut_author_bio_avatar_size', 80 ) ); ?>
</figure><!-- .author-avatar -->
<span class="author-bio">
<span class="the-author"><?php the_author(); ?></span>
<?php the_author_meta( 'description' ); ?>
<a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author">
<?php printf( esc_html__( 'View all posts by %s', 'unitedthemes' ), get_the_author() ); ?><i class="fa fa-chevron-circle-right"></i>
</a>
</span>
</div><!-- .author-description -->
</div><!-- .grid-100 tablet-grid-100 mobile-grid-100 -->
</div><!-- .author-info -->