Re: Recent Post plugin
@rogerwhitson – In response to this, you add the bp_core_fetch_avatar() function in your recent post loop.
It would look something like this:
` $user_id ) ); ?>`
I’m guessing that the recent posts loop is a widget; you’d have to add the code above into the widget’s code somewhere.
You would also have to pass the $user_id properly in the loop.