Fetching and Showing only Specific fields from BuddyPress XProfile data
Do you want to fetch only specific fields from BuddyPress profile and want to show it somewhere (may be in the sidebar or on members directory page) ? Here is a solution, you can either fetch the profile fields by passing name or by passing the xprofile field id. Before we see the code, let …