Hi, can anyone share scripts for site statistics for mu version, something like "latest 10 blogs created", "latest 10 posts", or "most active blogs" and so on?
thanks!
Hi, can anyone share scripts for site statistics for mu version, something like "latest 10 blogs created", "latest 10 posts", or "most active blogs" and so on?
thanks!
Use the most active blog script from wpmu-function. :)
You know a little php right?
yeah i tried put <?php get_most_active_blogs(); ?> on my sidebar but it's kinda raw, with only number of posts and the url of the blog sites, is there a neat one you could share, with like blog name other than url, and so on, i guess i am asking a better way to parse what this function returns? thanks!
Yes tha's it. You can also hard-code the most active blogs function to change it's format in wpmu-function.php.
For other scripts, I don't want to spoon-feed you, but you can search the forums. There are lots and lots of latest updates and blogs scripts. Good luck. ;)