• Resolved azn_romeo_4u

    (@azn_romeo_4u)


    This is probably been asked a billion times. But I can’t find it. Not sure why the keywords I’m using aren’t showing the results. I’m using the default wordpress theme, twentyevelen. And all my avatars for comments are set to 44×44. how do I make these avatars larger? This is a fresh install of wp. No edits or any kind have been made to the core files.

Viewing 4 replies - 1 through 4 (of 4 total)
  • http://codex.wordpress.org/Using_Gravatars

    Above is some codex info on the subject. Not very informative about sizing issues. I can’t find my source, but I want to say I remember seeing somewhere that they are not re-sizable. Don’t hold me accountable to that, like I said I’m having trouble finding the source in which I found that.

    Thread Starter azn_romeo_4u

    (@azn_romeo_4u)

    For people who leave comments, that have nothing to do with gravatar, how do I resize those images? Or is every comment that wordpress use have to be done with gravatar?

    Sorry. So confusing, for such a simple thing. There’s also no get_avatar in my comments.php under the themes twetnyevleven folder.

    Thread Starter azn_romeo_4u

    (@azn_romeo_4u)

    Alright found it on a 4 year old post. In your theme folder open up functions.php. And search for

    echo get_avatar

    The full line should look like this…

    echo get_avatar( $comment, 44 );

    Change the number to whatever you want.

    Syxguns

    (@syxguns)

    Thank you azn_romeo_4u, just what I was looking for!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to I change the default avatar size for comments?’ is closed to new replies.