Replies
Viewing 6 posts - 1 through 6 (of 6 total)
Hi. Thanks for your reply. this is my code: https://pastebin.com/LhpqFSTh
Can someone help me? I want to make group name appear in my register page. I have implement this code in register page:
<?php
$args = array(‘profile_group_id’ => $current_profile_group_id);
$data_groups = BP_XProfile_Group::get( $args );
echo ‘<h1>’.$data_groups[0]->name.'</h1>’;
?>but only ‘Base’ name appear at all field.
Hi. thank you for your reply. Can I implement this code https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php in register page?
Sorry, I am beginner in wp and buddypress
Viewing 6 posts - 1 through 6 (of 6 total)