Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created March 16, 2012 01:49
Show Gist options
  • Save milohuang/2048102 to your computer and use it in GitHub Desktop.
Save milohuang/2048102 to your computer and use it in GitHub Desktop.
Author
<div class="entry-author">
<?php echo get_avatar( get_the_author_meta('user_email'), '48', '' ); ?>
<div class="entry-author-bio">
<h4>Written by <?php the_author_posts_link(); ?></h4>
<p><?php the_author_meta('description'); ?></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment