[Plugin: BP Group Hierarchy] List only sub groups
-
I’ve been trying just about everything I can think of to categorize my buddypress groups. This plugin is the closest I’ve come to that except that only the parent group shows up.
Preferable I would like to exclude the parent group, and only show its children without using an ajax call.
When using the hierarchy loop, BP’s ‘max’ array no longer works and the loop post every group there is. I would like to limit how much it is showing.
<?php $args = array('max' => 3); if ( bp_has_groups_hierarchy($args) ) : ?> <?php do_action( 'bp_before_groups_loop' ) ?> <?php while ( bp_groups() ) : bp_the_group(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: BP Group Hierarchy] List only sub groups’ is closed to new replies.