Advertisement
deliciousthemes

Haze - Author Bio

Aug 4th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <div class="author-bio">                           
  2.     <?php echo get_avatar( get_the_author_meta('user_email'), '60', '' ); ?>
  3.     <div class="authorp">
  4.         <h2><?php _e('Author: ', 'haze'); ?><?php the_author_link(); ?></h2>
  5.         <p><?php the_author_meta('description'); ?></p>                    
  6.     </div>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement