Blog Stats
I've down a quick search and haven't found what I'm looking for, so I thought I'd suggest it here.
My suggestion is a plugin that generates sitewide blog stats (not as in FireStats) that will be viewable on the site itself. In particular I want to display the total number of blogs, but you might also include total number users.
Everyday at WPMU DEV we help hundreds of WP Users. Become a member today to:
- Download 250+ Premium Plugins and Themes
- Get unlimited support from WordPress Experts
- Get help with your WordPress or BuddyPress projects
Help & Support from WPMU DEV members and staff
Oh, but that's easy. That's built-in WPMU stuff :) Just take a look at the WPMU Functions in the WP Codex (don't overlook the get_sitestats function).
Also see home theme's home.php file. I believe it's there as well.
Get personal, comprehensive and timely support and assistance
from WordPress Experts
Thanks guys.
For those who come across this in future <?php echo get_blog_count($wpdb->blogid); ?> retrieves the number of blogs nicely.
Shouldn't have to pass blogid.
Shouldn't have to pass blogid.
What do I know, lol. You were right of course.
<?php echo get_blog_count(); ?>
Just wanted to make sure. I think you can pass site_id but not in position to check.




