Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,004
- How-to & Troubleshooting
- 129,612
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,384
- Miscellaneous
- 9,173
-
How to show secondary profile fields while hiding the \”Base\” profile fields in a user profile:
On line 3 of profile-loop.php add:<?php if (!bp_the_profile_group() == \"1\") : ?>
(after the <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
)
and don\’t forget to close your \”if\” before the <? endwhile; ?>