Forums

Join
bbPress Support ForumsTroubleshootingHow to get a bigger gravatar (like on this forum) ?

Info

Tags

How to get a bigger gravatar (like on this forum) ?

  1. Hello, what file do I have to edit to get a bigger gravatar (like on this forum) ?

    thank you in advance

  2. You can edit the post.php file of your theme: find the line with post_author_avatar_link:
    Replace <?php post_author_avatar_link(); ?>
    by <?php post_author_avatar_link(132); ?>
    for example.

  3. I got it to work. Thank you to both of you.

  4. For reference:
    http://bbpress.org/forums/topic/change-gravatar-size

  5. This topic is closed