Title: database group
Last modified: August 21, 2016

---

# database group

 *  Resolved [Johann](https://wordpress.org/support/users/waxsolutions/)
 * (@waxsolutions)
 * [13 years ago](https://wordpress.org/support/topic/database-group/)
 * Hi,
 * Is there a way to show only a specific group or groups on the signup, using the
   templates?
    If so, what is the code line that I might need to put on the template?
 * I tried:
    <?php while ( $this->have_groups() ) : this->the_group(‘services’);?
   >
 * as ‘services’ is the name of my specific group.
 * thank you for your help.
 * Johann
 * [http://wordpress.org/extend/plugins/participants-database/](http://wordpress.org/extend/plugins/participants-database/)

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/database-group/?output_format=md) [1](https://wordpress.org/support/topic/database-group/?output_format=md)
2

 *  Thread Starter [Johann](https://wordpress.org/support/users/waxsolutions/)
 * (@waxsolutions)
 * [13 years ago](https://wordpress.org/support/topic/database-group/page/2/#post-3696237)
 * Hi Xnau & Chriti,
 * I tried both your options guys and the i like the one that works directly with
   the shortcode…
 * But… It only delete the fields and not the group.
    My problem is the title of
   the groups still show on the page. I need it to be gone too…
 * any more insight guys?
 * Johann
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [13 years ago](https://wordpress.org/support/topic/database-group/page/2/#post-3696238)
 * Groups can be set to not display in the settings…go to “manage database fields”
   on the “field groups” tab uncheck “display” on the group you don’t want to show.
 * If you don’t want to do that (like if you want the group visible in other places)
   you can skip the group the same way you skip a field…put this after the line 
   with “$this->the_group()”
 * `<?php if ($this->group->name == 'personal') continue; ?>`
 * Then you won’t have to do anything to the fields inside that group.
 *  Thread Starter [Johann](https://wordpress.org/support/users/waxsolutions/)
 * (@waxsolutions)
 * [13 years ago](https://wordpress.org/support/topic/database-group/page/2/#post-3696239)
 * thanks that’s all I needed.

Viewing 3 replies - 16 through 18 (of 18 total)

[←](https://wordpress.org/support/topic/database-group/?output_format=md) [1](https://wordpress.org/support/topic/database-group/?output_format=md)
2

The topic ‘database group’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

## Tags

 * [group](https://wordpress.org/support/topic-tag/group/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 18 replies
 * 5 participants
 * Last reply from: [Johann](https://wordpress.org/support/users/waxsolutions/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/database-group/page/2/#post-3696239)
 * Status: resolved