February 8, 2012

Small Optimization

If you have been running WorPress MU for a while, you may not have seen some of the recent additions to values defined in wp-config.php. For single site WPMU installs, as of 2.6.1, you can save a couple of database and/or internal cache lookups by adding 3 defines to your wp-config.php: define(‘DOMAIN_CURRENT_SITE’, ‘domain.tld’ ); define(‘PATH_CURRENT_SITE’, [...]

Disable the admin bar sitewide

There’s a new admin bar in the 2.7 version of WPMU. It has settings so users can see it on the front side if logged in, and a wonky bit to switch between blogs that may have a few bugs. If you don’t like it, don’t have use for it, whatever your reasons, here’s how [...]