Title: Avatar in post
Last modified: August 19, 2016

---

# Avatar in post

 *  [hpkingdom](https://wordpress.org/support/users/hpkingdom/)
 * (@hpkingdom)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/avatar-in-post/)
 * Hi,
    I’m from Czech Repubilc, sorry for my english 🙂 I hope you’ll understand
   to me.
 * Is there some plugin for adding avatar to every post? Not the same avatar for
   one user, but different avatar to different post. DO you know ’bout something?
   I hope you understand…:) Thanks for helping.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Barney](https://wordpress.org/support/users/duddha/)
 * (@duddha)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/avatar-in-post/#post-862936)
 * What about doing something like
 *     ```
       <div class="avatar">
       <img src="<?php bloginfo('template_url'); ?>/images/<?php the_author(); ?>.jpg" />
       </div>
       ```
   
 *  added before the loop and css would be something like:
 *     ```
       .avatar{
       float:left;
       padding:0 10px 0 2px}
       ```
   
 * Then just making an avatar for each author in the images folder named for the
   author, ie admin.jpg.
 *  Thread Starter [hpkingdom](https://wordpress.org/support/users/hpkingdom/)
 * (@hpkingdom)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/avatar-in-post/#post-862984)
 * I found this, it works, but i have one question:
 * [http://wordpress.org/extend/plugins/post-avatar/](http://wordpress.org/extend/plugins/post-avatar/)
 * How can i add folder on other server? I have folder with avatars on other server
   than WP.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Avatar in post’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [hpkingdom](https://wordpress.org/support/users/hpkingdom/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/avatar-in-post/#post-862984)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
