Info
- 7 posts
- 3 voices
- Started 1 year ago by MathiasB
- Latest reply from MathiasB
- This topic is resolved
Avatar size
-
- Posted 1 year ago #
How can i change the size of the avatars next to a post?
grz,
Mathias -
- Posted 1 year ago #
Template file
post.php:post_author_avatar_link(whatever you want); -
- Posted 1 year ago #
Thx!
Didn't know that it was so easy :) -
- Posted 1 year ago #
What is the syntax for "whatever you want"? What would that look like for various sizes, or what parameters are accepted?
-
- Posted 1 year ago #
The value for the size, if you want an avatar with 80x80 pixel you need to type '80'...
-
- Posted 1 year ago #
So, it would look like this?
<?php post_author_avatar_link(80); ?>for 80x80 pixel avatars?
-
- Posted 1 year ago #
Yes, but i'm not a bbpress / php expert :)
-
This topic is
closed