How to Display Group Tag Below Group Description
-
In the Group Directory listing I am trying to replace the “Public Group”/”Hidden Group” with the group tag category.
I located the code in the group-loop.php file:<div class="action"> <?php do_action( 'bp_directory_groups_actions' ); ?> <div class="meta"> <?php bp_group_type(); ?> / <?php bp_group_member_count(); ?> </div> </div>
I tried replacing bp_group_type with gtags-item-tags but am sure I am making a rookie mistake. Any way to make this work?
- The topic ‘How to Display Group Tag Below Group Description’ is closed to new replies.