Well, at least I fixed the add media button

Well.. This post did most of the actual thinking for me .. Wordpress add media fix Basically you need to open your “wp-config.php” file in the root of your WordPress Install. Search for this line: require_once(ABSPATH . ‘wp-settings.php’); And just before it add this code: define(‘CONCATENATE_SCRIPTS’, false ); Now your WordPress Install should be fixed!

The State of WordPress Security

Stolen entirely from http://weblogtoolscollection.com/archives/2011/02/11/the-state-of-wordpress-security/ is this about how Wordpress kicks ass..;) and makes the point that most exploited WP sites are done so through weaknesses in the hosting companies and dodgy plugins.. The article How did WordPress win? has certainly been making its rounds the last two days, but all eyes seem to be (for …