Avatars in comments stuck at 32x32

Discussion in 'Infoway WordPress Theme' started by drmoorevt, Feb 18, 2013.

Thread Status:
Not open for further replies.
  1. drmoorevt

    drmoorevt New Member

    Joined:
    Feb 17, 2013
    Messages:
    3
    Likes Received:
    0
    Its a 56x56 box by default, I can use a style to make the box as big as I want, but I can't find the code to grab the proper size of avatar
     
  2. drmoorevt

    drmoorevt New Member

    Joined:
    Feb 17, 2013
    Messages:
    3
    Likes Received:
    0
    Of course I would figure it out 37 seconds after posting:

    /wp-includes/comment-template.php :
    ... function wp_list_comments ...
    $defaults = ... 'avatar_size' => 32,

    Change 32 to whatever you want
     
Thread Status:
Not open for further replies.

Share This Page