Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Profile Field adds Award


Boone Gorges
Keymaster

@boonebgorges

Oops, my bad. I gave you the echo functions when you need the non-echoing ones. This works, I just tested it.:

if ( bp_get_the_profile_field_name() == 'color' ) {
if ( bp_get_the_profile_field_value() == 'green' )
echo '<img src="green.png" />';
}

Skip to toolbar