Skip to content

Commit d5f7326

Browse files
committed
updates for image for profile
1 parent 518a1ef commit d5f7326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

author.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
<div class="well profile">
1515
<div class="col-sm-12">
1616
<div class="col-xs-12 col-sm-8">
17-
<h2><?php echo get_avatar(get_the_author_meta('ID'));?></h2>
18-
<p><strong>Name: </strong> <?php the_author_meta('display_name'); ?> </p>
17+
<h2><?php the_author_meta('display_name'); ?></h2>
1918
<p><strong>Website: </strong> <?php the_author_link();?> </p>
2019

2120
</div>

0 commit comments

Comments
 (0)