How to add a count in a custom tab in a Buddypress group
You are using the BP Nouveau templates, correct? Span tag works fine in the Legacy templates. In Nouveau, all links are stripped of span tags. See the calls to function _bp_strip_spans_from_title and functions like bp_nouveau_get_nav_link_text in buddypress\bp-templates\bp-nouveau\includes\template-tags.php. So remove your span tag from the create subnav item function. Instead, in Nouveau, use 2 filters for … Read more