Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Pulling BP Data into WPMU Blog

@burtadsit

Participant

Replace the standard bp_has_profile() call with:

$author_id = get_the_author_id_from_someplace();

bp_has_profile(‘user_id=’ . $author_id);

In your theme template.

Skip to toolbar