0
Steven
Hi,
I'm using the Team Plugin Premium version and I would like to add more info to the Team Member Popup.
The team members already have information filled in, like facebook link and e-mail address.
How do I add this information to the popup page?
I already figured out that I had to change/extend the templates/popup.php using a filter:
$team_grid_filter_popup = apply_filters('team_grid_filter_popup',$html_popup);
But how do I access the member information from the social fields or the custom-fields?
This one works:
$team_member_position = get_post_meta(get_the_ID(),'team_member_position', true);
But how to replace 'team_member_position' with the Facebook link or Meta-field values?
Best regards,
Steven Groot
2 Subscribers
Submit Answer