Buddypress group taxonomy archived
A simple WordPress plugin to create a custom taxonomy for attaching Buddypress groups to posts
by Malte Müller · github.com/acrylian/buddypress_group_taxonomy · website
★ 2stars
1forks
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/acrylian/buddypress_group_taxonomy/archive/refs/heads/master.zipFrom the readme
Buddypress-group-taxonomy
This plugin creates a custom taxonomy from the Buddypress groups so you can assign posts to them.
Compatible with WordPress 4.3.1+ and BuddyPress 2.4.2+
Installation and
Just place the .php file in yourdomain.com/wp-content/plugins/ and enable it on the WordPress backend.
Backend usage
It adds dropdown selector to assign a buddypress group on the backend post edit page automatically. You can assign one group at the time.
Only groups the current user is assigned to are displayed. Groups deleted from buddypress itself are automatcally removed including their assignments.
Theme usage
Display group assignements
Add the following within the post loop to display a link to display the assigment linked to the taxonomy overview page:
Text can be adjusted where %s is the placeholder for the link. Optionally there is a 2nd parameter to pass a specific post object directly.
There is an optional 3rd parameter to either link to the real Buddypress group page (true, default) or to the group taxonomy (false).
Link list of all terms of buddypressgroup taxonomy
To display a link list of all buddypress groups of the taxonomy:
The text is optional and placed
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.