[g]

WordPress Multisite: Spam Filtering and Akismet

Unless you prefer to individually manage Akismet accounts in your Multisite blog farm, you’re better-off modifying your wp-config.php and adding the lines below to use a single Network key:

/** Define WordPress.com API Key */
define(‘WPCOM_API_KEY’,'your_api_key’);

Whether you Network Activate prior or after is up to you but its of course always best to do it after prepping everything.

Related posts:

  1. WordPress Multisite
  2. WordPress: Multisite-Aware SEO Plugins
  3. QNAP: WordPress Multisite
  4. WordPress Multisite: Super Admin and Network Admin
  5. WordPress Multisite: BulletProof Security plugin Caveat

Leave a Reply