We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518a1ef commit d5f7326Copy full SHA for d5f7326
author.php
@@ -14,8 +14,7 @@
14
<div class="well profile">
15
<div class="col-sm-12">
16
<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>
+ <h2><?php the_author_meta('display_name'); ?></h2>
19
<p><strong>Website: </strong> <?php the_author_link();?> </p>
20
21
</div>
0 commit comments