Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
You need to get the owner of the blog, then get the avatar for the owner. Something like:
$blog = new BP_Blogs_Blog($blog_id);
$av = bp_core_get_avatar($blog->user_id);
bp_core_get_avatar() has lots of options. Or $user = new BP_Core_User($blog->user_id) for even more stuff related to the user who owns the blog.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS