Frequently Asked Questions

The following are some of the questions that we get asked frequently. If you have a question that is not covered in this list, then do post about it in the support forum and we will look into it right away.

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 underpowered. 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

You can also try to disable different sections of the Plugin, if you have huge number of posts.

How do I disable different sections of the Plugin

You can enable or disable different sections of the Plugin by choosing the required modules in the screen option. You can open screen options by clicking the link in the top right corner of the Plugin page.

How do I know what are the current values for these options configured in my server?

Choose “Bulk Delete” -> “System Info” menu. This page will display all the information about your server.

Is it possible to restore the posts that I have deleted through the Plugin?

If you choose the option “Move to trash” then you can find them from trash. But if you choose “Delete permanently”, then it is not possible to retrieve the posts. So be very careful.

Is it possible that some Plugin are not compatible with Bulk Delete?

Yes. If a Plugin rewrites the query vars by using add_filter( 'pre_get_posts' ) then it may be incompatible with this Plugin. The event calendar is one such Plugin.

I currently disable and enable the pre_get_posts filter if I find that “The event calendar” Plugin is installed. It is not ideal, but it gets the work done. If you find any other Plugin with which Bulk Delete doesn’t work, then let me know and I will try to see if I can add support through some hack like this.

Is it possible to schedule deletion of posts

The ability to schedule deletion of posts is available as a pro addon.

7 comments

  1. james boxley

    mine
    memory_limit = 256M
    max_execution_time = 600
    my old
    WP Delete Posts always worked with no time outs,of course won’t work with new WP sites

    Can’t get yours to work even if I limit it to 500 posts at a time?
    this is hostgator
    any ideas
    thanks
    Jim

    • Sudar

      Hello James,

      Can you let me know based on which criteria you are trying to delete the posts?

      Also do you know whether your web hosts automatically kills threads that uses too much resources?

  2. Andreas Balodimos

    Hi, is it possible to delete woocommerce orders with any status older than a specific date? If yes, if the orders are tens of thousands in the previous years, will it crush the site? Thank you.

    • Sudar

      Hello Andreas,

      As of now it is not possible to do it. But we are working on an add-on to delete WooCommerce orders.

      I can ping you once we are done with the add-on.

  3. hrishikesh

    hello
    I have a very large news website 100,000+ posts with images.I want to keep only a year old posts now for most of the categories and for some of the categories i want to keep all the posts.

    will this able to delete 80000+posts and images attached to it.

  4. jack wang

    Can the plug-in only be used for one year before it can no longer be used? Or does it mean that it can’t be updated after a year? Need to subscribe again.

Leave a Reply

Your email address will not be published.

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.