🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 19:34:28 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
themes
/
graceful
/
template-parts
/
single
📍 /home/eliteewa/public_html/wp-content/themes/graceful/template-parts/single
🔄 Refresh
✏️
Editing: post-author.php
Writable
<?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; ?>
💾 Save Changes
❌ Cancel