| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/ |
| Current File : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/author-bio.php |
<?php /** * The template to display the Author bio * * @package WordPress * @subpackage HALLELUJAH * @since HALLELUJAH 1.0 */ ?> <div class="author_info author vcard" itemprop="author" itemscope="itemscope" itemtype="<?php echo esc_attr( hallelujah_get_protocol( true ) ); ?>//schema.org/Person"> <div class="author_avatar" itemprop="image"> <?php $hallelujah_mult = hallelujah_get_retina_multiplier(); echo get_avatar( get_the_author_meta( 'user_email' ), 120 * $hallelujah_mult ); ?> </div><!-- .author_avatar --> <div class="author_description"> <h5 class="author_title" itemprop="name"> <?php // Translators: Add the author's name in the <span> echo wp_kses_data( sprintf( __( '%s', 'hallelujah' ), '<span class="fn">' . get_the_author() . '</span>' ) ); ?> </h5> <div class="author_bio" itemprop="description"> <?php echo wp_kses( wpautop( get_the_author_meta( 'description' ) ),'hallelujah_kses_content' ); ?> <?php do_action( 'hallelujah_action_user_meta' ); ?> </div><!-- .author_bio --> </div><!-- .author_description --> </div><!-- .author_info -->