Daily Tip: How to Display a Link to the Group’s Forum in the BuddyPress Group Directory
Paste this function into your theme’s functions.php file and it will add a link to the group’s forum within the group directory. Here’s a screenshot: function my_group_loop_forum_link() { if ( !bp_group_is_forum_enabled() ) return; if ( !bp_group_is_visible() ) return; echo ‘<a [...]
