Skip to content

Instantly share code, notes, and snippets.

@jentanbernardus
Forked from snowman-repos/gist:3825056
Created August 4, 2013 19:37
Show Gist options
  • Save jentanbernardus/6151624 to your computer and use it in GitHub Desktop.
Save jentanbernardus/6151624 to your computer and use it in GitHub Desktop.
<div class="author-box">
<div class="author-pic"><?php echo get_avatar( get_the_author_email(), '80' ); ?></div>
<div class="author-name"><?php the_author_meta( "display_name" ); ?></div>
<div class="author-bio"><?php the_author_meta( "user_description" ); ?></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment