Multisite registration problem [closed]
Multisite registration problem [closed]
Multisite registration problem [closed]
Multisite – user email activation links broken
Multisite with 220+ sites painfully slow
WordPress Multisite’s in subdirectory not redirecting to dashboard settings
How to make a php script(app) accessible to all wordpress subdomains in a wordpress multisite configuration?
Switch MultiSite main site with another (multilingual sites) – with subfolder – no subdomain
WordPress Multisite – can I somehow merge the tables?
Share reusable blocks between network sites
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
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