Skip to content

Commit

Permalink
upated - avatar size to 80 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 5, 2024
1 parent d7d94d6 commit ceeb841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/layouts.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function eqd_single_fullwidth_content() {
$author_url_id = get_author_posts_url( $id_meta ); // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- Leaving for future use.
?>
<span class="entry-author">
<?php echo get_avatar( $id_meta, 40 ); ?>
<?php echo get_avatar( $id_meta, 80 ); ?>
<span class="entry-info">
<span>
Written By <?php echo wp_kses_post( get_author_posts_link_by_id( $id_meta ) ); ?>
Expand Down

0 comments on commit ceeb841

Please sign in to comment.