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 [...]
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 update before the major release of WordPress 2.7.
Totally open source. Hack it apart and send me a patch!
Features
Custom page to post photo, quote, link, chat and video.
Automatically [...]