Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Recent Post plugin


r-a-y
Keymaster

@r-a-y

@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.

Skip to toolbar