Skip to content

Commit

Permalink
updated - footer author avatar to 80 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveJonesDev committed Jun 5, 2024
1 parent ceeb841 commit 577983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function eqd_single_after_entry_author_info() {
<div class="article_footer_data_author">
<span class="article_footer_data_author_entry-author">
<div class="article_footer_data_author_entry-author_titles">
<?php echo get_avatar( $id, 64 ); ?>
<?php echo get_avatar( $id, 80 ); ?>
<div class="author_name">
<?php echo esc_html( get_the_author() ); ?>
</div>
Expand Down

0 comments on commit 577983a

Please sign in to comment.