• Is it possible to alter the default of the “Mass Edit Mode” so more than 20 comments are displayed for editing. I’d like to edit them 50 or 100 at a time. Can I change the setting somewhere? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this…go into wp-admin/edit-comments.php and at around line 68 or so, you’ll find this:
    $comments = $wpdb->get_results("SELECT * FROM $tablecomments ORDER BY comment_date DESC LIMIT 20");
    Change the ’20’ to whatever number you like.

    Thread Starter titeuf

    (@titeuf)

    Thank you, that does work. (I had looked at that file and realized that was the only line that contained “20”, but wasn’t sure if I should tweak it.) It is the thing to weak, works much nicer with a larger number (unfortunately, given the large number of comment spam).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Altering “Mass Edit Mode”?’ is closed to new replies.