The user public profile page will display the field groups title and description. If for any reason you might want to remove them from displaying, follow these instructions.
Before following these instructions make sure you are comfortable and understand how to customize the WPUM template files. Read more here
https://wpusermanager.com/article/121-templates-customization/
https://wpusermanager.com/article/122-example-template-customization/
https://wpusermanager.com/article/105-customize-the-user-profiles/
Remove the title and description
- Retrieve the file about.php from the “templates/profile” folder of the plugin.
- Copy and paste the file into your theme’s wpum folder in order to modify it. Please read the above links for more information.
- Open the about.php file with your favorite code editor and remove the following code:
<?php if( wpum_get_field_group_name() ) : ?> <h3 class="group-title"><?php echo esc_html( wpum_get_field_group_name() ); ?></h3> <?php endif; ?> <?php if( wpum_get_field_group_description() ) : ?> <p class="group-description"><?php echo esc_html( wpum_get_field_group_description() ); ?><p> <?php endif; ?>
Save the file. The description and group title have now been removed.
Get Started with the Best WordPress Membership Plugin Today
Connect, Manage and Build your Membership Site