The MU forums have moved to WordPress.org

Some global stats on your backend (5 posts)

  1. selad
    Member
    Posted 17 years ago #

    You can add the number of blogs, number of users and most active blogs (with post count) on your backend by using a somewhat hidden function un wpmu: get_sitestats()

    Open the wp-admin/wpmu-admin.php file and just after these lines:
    switch( $_GET[ 'action' ] ) {
    default:

    paste the code here: http://ringofblogs.com/global_stats.txt

    This is if you are using wpmu 1.0. If you are using rc4 just open wp-admin/wpmu-admin.php and you will see the code and know what to do.

    Hope it helps someone :)

  2. andrea_r
    Moderator
    Posted 17 years ago #

    Ahhhhhhhhh.... :) Sweet. Will try soon.

    Edit: Wheee! Sending hugs 'n kisses your way! :D

  3. skcsknathan001
    Member
    Posted 17 years ago #

    Wow that quick and simple. Thanks

  4. Parado
    Member
    Posted 17 years ago #

    How get print <b>BLOG NAME</b>

    <backticks> "<tr class='$class'><td>" . $details[ 'blog_id' ] . "</td><td><b>BLOG NAME</b></td><td>" . $details[ 'postcount' ] . "</td></tr>";
    </backticks>

  5. skcsknathan001
    Member
    Posted 17 years ago #

About this Topic

  • Started 17 years ago by selad
  • Latest reply from skcsknathan001