Display BP Group column
Authors are users in WordPress. For a custom post type, in the list view, I have the Author displayed in one column. However, I also want to display that Author’s (aka; User) BuddyPress Group(s). I attempted to install the BuddyPress Columns integration plugin, but it says that it’s no longer needed with Admin Columns Pro. Yes, the User’s groups show in the Users interface, and I can modify the Users interface to show the BuddyPress columns. But that doesn’t extend to other areas where the User metadata could/should be available.
How do I accomplish this? I understand that it needs to match the Author/User to their ID, and then query the bp_groups_members table for that ID; and then further query the bp_groups table for the Name that matches those IDs.
You must be logged in to reply to this topic.