Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to get xprofile data to show up on child blogs (e.g. Author name and bio)


r-a-y
Keymaster

@r-a-y

@rsqst

What are you trying to do?

You can use the function above in your user blog’s sidebar or any WP template.

eg. say you have an author with an xprofile field called “Bio”.

$authorBio = xprofile_get_field_data( 'Bio', get_the_author_id() );

echo 'Author's bio: '. $authorBio;

Skip to toolbar