Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hello, I’m sorry for the late reply.

    [comment avatar] should show the comment author’s avatar, inside a [comments] loop. I tested this, and it’s working correctly on my end.

    By “guest’s avatar”, do you mean the avatar of the currently logged-in user? In that case, you would want: [user avatar].

    Thread Starter indrayn

    (@indrayn)

    Hi Eliot,
    by “guest’s avatar”, I mean visitors who comment and enter their email.
    I use this CC script:

    [h3]Comments[/h3]
    [comments count="5"]
      [comment avatar size="48"][comment author] comments on
      [comment title-link]
      [comment url]
      [br]
    [/comments]

    and produced this screenshot
    supposed to be like this screenshot

    Thank you

    Plugin Author Eliot Akira

    (@miyarakira)

    Thank you for pointing this out, and the right code to fix it. I didn’t realize it was possible to pass e-mail to get_avatar() but I see it works better. I’ve included your patch in the newest update.

    Thread Starter indrayn

    (@indrayn)

    I just updated to the latest.
    Thank you for great plugin and great support Eliot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[comment avatar] not show guests' avatars’ is closed to new replies.