@makenice
11 years, 1 month ago
Bumping this thread as I am still having problems, would anyone be able to help?
11 years, 3 months ago
Think I have figured out how best to work this. For anyone that may need it sometime the code I used was:
<?php if ( 1 == bp_get_the_profile_group_id()) : ?> <h4>About Me</h4> <?php endif; ?>
With 1 == the profile tab where I need to add my custom HTML. If anyone has alternative solutions I’m happy to hear them.