Your Ad Here

Posted By

curtismchale on 08/02/10


Tagged

wp author-box


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

laurentzziu
booski


WordPress Display Author Info


 / Published in: PHP
 

  1. <div class="author-box">
  2. <div class="author-pic"><?php echo get_avatar( get_the_author_email(), '80' ); ?></div>
  3. <div class="author-name"><?php the_author_meta( "display_name" ); ?></div>
  4. <div class="author-bio"><?php the_author_meta( "user_description" ); ?></div>
  5. </div>

Report this snippet  

You need to login to post a comment.