WP Manifestindependent plugin directory
manifest / users / group-category-for-buddyboss

Group Categories for BuddyBoss

Adds a "Group Category" taxonomy to BuddyBoss Groups, including image support and frontend shortcodes.

by Your Name · github.com/welbinator/group-category-for-buddyboss

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/welbinator/group-category-for-buddyboss/archive/refs/heads/main.zip

Add a custom taxonomy called Group Categories to BuddyBoss groups. This plugin allows site admins to organize groups into hierarchical categories, display categories with featured images, and associate groups with those categories via the admin interface.


🔧 Features

  • Registers a new taxonomy: Group Category
  • Adds a metabox to the BuddyBoss Group admin edit screen for assigning categories
  • Stores selected terms in group meta, not as taxonomy terms
  • Adds an image upload field for each group category
  • Adds a custom archive template to display groups in a selected category
  • Includes two shortcodes for frontend display

🧩 Shortcodes

1. [group_categories]

Displays a list of group categories assigned to a specific group.

Attributes:

  • group_id (optional) — ID of the group. If not specified, uses the current group if viewing a group page.

Example usage:


[group_categories group_id="123"]