Installation Instructions
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
FAQ
After installing the Plugin, I just see a blank page.
This can happen if you have huge number of posts and your server is very unpowered. Check your PHP error log to see if there are any errors and correct them. The most common problems are script timeout or running out of memory. Change your PHP.ini file and increase the script timeout and/or amount of memory used by PHP process.
In particular try to change the following settings
- max_execution_time = 600 ; Maximum execution time of each script, in seconds
- max_input_time = 30; Maximum amount of time each script may spend parsing request data
- memory_limit = 256M ; Maximum amount of memory a script may consume (8MB)
Changelog
v0.1 (2009-02-02)
v0.2 (2009-02-03)
- Fixed issues with pagging
v0.3 (2009-04-05)
- Prevented drafts from deleted when only posts are selected
v0.4 (2009-07-05)
- Added option to delete by date.
v0.5 (2009-07-21)
- Added option to delete all pending posts.
v0.6 (2009-07-22)
- Added option to delete all scheduled posts.
v0.7 (2010-02-21)
- Added an option to delete posts directly or send them to trash.
- Added support for translation.
v0.8 (2010-03-17)
- Added support for private posts.
v1.0 (2010-06-19)
- Proper handling of limits.
v1.1 (2011-01-22)
- Added support to delete posts by custom taxonomies
- Added Dutch Translation
- Added Brazilian Portuguese Translation
v1.2 (2011-02-06)
- Added some optimization to handle huge number of posts in underpowered servers
v1.3 (2011-05-11)
- Added German translations
v1.4 (2011-08-25)
- Added Turkish translations
v1.5 (2011-11-13)
- Added Spanish translations
v1.6 (2011-11-28)
- Added Italian translations
v1.7 (2012-01-12)
- Added Bulgarian translations
v1.8 (2012-01-31)
- Added roles and capabilities for menu