This topic has 4 replies, 2 voices, and was last updated 8 years by p.skerys.

  • Author
  • #97112
     p.skerys
    Participant

    Hello,

    how to insert members statistics in header section after owner email ?

    Kind regards,

    Paul

     

    #97317
     Radu
    Moderator

    Hi,

    Can you please provide a screenshot that pointing out where you want to display that shortcode ?

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #97319
     p.skerys
    Participant

    sc

    Attachments:
    You must be logged in to view attached files.
    #97377
     Radu
    Moderator

    Add this function to wp-content/themes/sweetdate-child/functions.php

    COPY CODE
    
    
    function AddMemberStatsToTopBar() {
        echo '<span>All Members : '. do_shortcode('[kleo_total_members]'). '</span> ';
        echo '<span>Members Online : '. bp_get_online_users() .'</span>';
    }
    add_action('kleo_before_top_links','AddMemberStatsToTopBar');
    
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #97393
     p.skerys
    Participant

    thank you

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?