• 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)
  • 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

    (@hpkingdom)

    I found this, it works, but i have one question:

    https://www.ads-software.com/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.