| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.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 : karinebmkh ( 644538) 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/karinebmkh/www2/wp-content/themes/novablog/loop/ |
Upload File : |
<?php /* Loop Name: Loop author */ ?>
<div class="post-author isopad post-author__page clearfix"><div class="post-author-box">
<div class="postauthor_gravatar">
<div class="postauthor_gravatar_wrap"><?php echo get_avatar( get_the_author_meta('email'), '120' ); ?></div>
</div>
<h5 class="post-author_h"><small><?php the_author_posts_link(); ?></small></h5>
<div class="post-author_desc">
<?php the_author_meta('description'); ?>
</div>
<div class="author-social">
<?php if(get_the_author_meta('facebook')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('facebook')); ?>"><i class="hs-icon hs hs-facebook"></i></a><?php endif; ?>
<?php if(get_the_author_meta('twitter')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('twitter')); ?>"><i class="hs-icon hs hs-twitter"></i></a><?php endif; ?>
<?php if(get_the_author_meta('instagram')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('instagram')); ?>"><i class="hs-icon hs hs-instagram"></i></a><?php endif; ?>
<?php if(get_the_author_meta('google')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('google')); ?>"><i class="hs-icon hs hs-gplus"></i></a><?php endif; ?>
<?php if(get_the_author_meta('pinterest')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('pinterest')); ?>"><i class="hs-icon hs hs-pinterest"></i></a><?php endif; ?>
<?php if(get_the_author_meta('tumblr')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('tumblr')); ?>"><i class="hs-icon hs hs-tumblr"></i></a><?php endif; ?>
<?php if(get_the_author_meta('snapchat')) : ?><a target="_blank" class="author-social" href="<?php echo esc_url(the_author_meta('snapchat')); ?>"><i class="hs-icon hs hs-snapchat"></i></a><?php endif; ?>
</div>
</div></div>
<div id="recent-author-posts" class="ajax-container">
<?php
if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="ajax-post-wrapper" >
<?php get_template_part( 'content' ); ?>
</div>
<?php endwhile; else:
get_template_part( 'content', 'none' );
endif; ?>
</div>