Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help need on conditional taq


Archie Webmaker
Participant

@weblogian

coming close
<?php $data=bp_profile_field_data( 'field=Feed&user_id=' . bp_get_member_user_id() );

if(!empty($data))

{

else

echo ‘Fill up your feed url in your profile’;

} ?>

Skip to toolbar