In multisite environment which is the most Popular blog?

Google analytics can help you track down the blog visits. This plugin may help: http://wordpress.org/extend/plugins/generalstats/ I’m working on a most comments plugin for release as well. So far, I can;t think of any plugin off the top of my head that specifically says this blog has the most posts – though the number of posts … Read more

Howto disable comment moderation emails for admins, but not for authors

you can make a plugin out of the following code that removes an email from the recipients list and network activate it function wpse158530_filter_emails($emails,$cid) { if (count($emails) > 1) { // you don’t want to remove yourself if you are the author as well as admin // based on http://stackoverflow.com/questions/17252880/remove-value-from-array-in-php if(($key = array_search(your email address, … Read more

error code: 521