Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Total Members #31159
     slackarea
    Participant

    Hi,

    sorry for the late!

    I’ve solved.
    Add this function to functions.php of your theme:

    COPY CODE
    
    function kleo_total_members( $atts, $content = null ) {
      return bp_core_get_total_member_count();
    }
    add_shortcode('kleo_total_members', 'kleo_total_members');
    
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?