Members count on BP Social theme

Hello,

Can you please give me some instruction on how to remove the members count from the members and activity page? or hide it to the main admin?

<li class=”selected” id=”members-all”>“><?php printf( __( ‘All Members (%s)’, ‘buddypress’ ), bp_get_total_member_count() ) ?>

Thanks

  • Richie_KS
    • HummingBird

    @remove member count in activity

    open activity/index.php and in line 22..there’s a line like this

    <?php printf( __( ‘All Members (%s)‘, ‘buddypress’ ), bp_get_total_site_member_count() ) ?>

    remove the bold text to remove count indicator

    same goes for members directory member count but different directory

    it is under members/index.php

    cheers