Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <div class="author_sidebar">
  2. <?php if ( is_singular( 'post' ) ) {
  3. echo get_avatar( get_the_author_meta( 'user_email' ), 75 );
  4. echo get_the_author_meta( 'display_name' );
  5. ?>
  6. </div>
Add Comment
Please, Sign In to add comment