The MU forums have moved to WordPress.org

how-to made blog number counter? (4 posts)

  1. byjournal
    Member
    Posted 17 years ago #

    how-to made blog number counter?

  2. drmike
    Member
    Posted 17 years ago #

    As in "we have this many blogs here on this install"?

    Here's the code that I use on my site:

    <?php
    
        $stats = get_sitestats();
        echo "<h2 class="storytitle">Site Stats</h2>";
        echo "There are currently ".$stats[ 'blogs' ]." blogs running on this server and ".$stats[ 'users' ]." users.<br />";
    
    />
  3. byjournal
    Member
    Posted 17 years ago #

    thanks ))))
    ii modified it and now using on my byjournal.com )))

  4. toliapriyanka@yahoo.in
    Member
    Posted 16 years ago #

    hi to all

    i want to display total visitors in my site & i m using ur instruction but i can not find my solution

    Please i need it urgent.

    can u help me ?

    what i do to display this

    thanks in Advance

About this Topic

  • Started 17 years ago by byjournal
  • Latest reply from toliapriyanka@yahoo.in