Forums
-
- Forum
- Posts
-
- Installation
- 28,423
- Troubleshooting
- 62,490
- Themes
- 10,427
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
Technically, this would be threaded posts, and yes, avatars are resizable with basic code.
post_author_avatar( 48 );
makes 48×48 pixel avatars, post_author_avatar( 80 );
makes 80×80 pixel avatars, etc.