![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/anfangola.com/wp-content/themes/mh-magazine-lite/ |
<?php /* Template for displaying author box content */ $mh_author_box_ID = get_the_author_meta('ID'); $username = get_the_author_meta('display_name', $mh_author_box_ID); $userposts = count_user_posts($mh_author_box_ID); ?> <div class="mh-author-box mh-clearfix"> <figure class="mh-author-box-avatar"> <?php echo get_avatar($mh_author_box_ID, 90); ?> </figure> <div class="mh-author-box-header"> <span class="mh-author-box-name"> <?php printf(esc_html__('About %s', 'mh-magazine-lite'), $username); ?> </span> <?php if (!is_author()) { ?> <span class="mh-author-box-postcount"> <a href="<?php echo esc_url(get_author_posts_url($mh_author_box_ID)); ?>" title="<?php printf(esc_html__('More articles written by %s', 'mh-magazine-lite'), $username); ?>'"> <?php printf(esc_html(_n('%s Article', '%s Articles', $userposts, 'mh-magazine-lite')), $userposts); ?> </a> </span> <?php } ?> </div> <?php if (get_the_author_meta('description', $mh_author_box_ID)) { ?> <div class="mh-author-box-bio"> <?php echo wp_kses_post(get_the_author_meta('description', $mh_author_box_ID)); ?> </div> <?php } ?> </div>