Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
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.