Skip to:
Content
Pages
Categories
Search
Top
Bottom

making “bp_member_profile_data” clickable


  • coolhunt
    Participant

    @coolhunt

    Hi All,

    im using bp_member_profile_data to return items in checkbox and i want to make it clickable…
    but its making the whole thing clickable — not for each item in the checkbox

    
    <?php	
    echo '<a href="http://domain.com/members/?members_search=';
            bp_member_profile_data('field=Category'); 
    echo '">';
    bp_member_profile_data('field=Category'); 
     echo '</a>';
    ?>
    
  • You must be logged in to reply to this topic.
Skip to toolbar