Useful uninstall option “snippet” for your WordPress theme admin option. Basically, this reverts WordPress to the default theme and removes all theme settings from the database. Change option your_theme with your own:
global $wpdb;
delete_option(‘your_theme’);
switch_theme(‘default’, ‘default’);
wp_cache_flush();
wp_redirect(‘themes.php?activated=true’);
exit();
I got few self-hosted WordPress blog registered under my WordPress.com account in order to use WordPress.com Stats. Unfortunately, there are blogs that I accidentally added to this account and for that reason I would like to remove these blogs. The problem is how?
Deactivating WordPress.com Stats plugins from the blogs doesn’t help. Even with clearing [...]
UPDATE: A newer version to support the latest version of WordPress (2.8) will be release soon. If you’re interested to get an early copy, do shoot me an email.
A tumblelog engine / theme for self-hosted WordPress with some bits of microformats love. Only compatible with WordPress 2.6 and below as this is the last [...]