• I’m looking for a way to mass or bulk edit comments – the author, email and URL fields.

    I know WP 2.7 has a built-in bulk edit mode- but only to delete, approve, unapprove or mark as spam. What I’m looking for is similar to the bulk edit mode for posts that would allow me to edit the actual fields themselves.

    Thank you!

Viewing 1 replies (of 1 total)
  • Anyone that wants to bulk edit WordPress Comment Dates, here’s the code for PHPMyAdmin.

    update wp_comments SET comment_date = REPLACE (
    comment_date,
    '2008-01-30',
    '2009-01-30')

    In the example above, all comments with the date 2008-01-30 are changed to 2009-01-30.

Viewing 1 replies (of 1 total)
  • The topic ‘Mass/Bulk Edit Comments’ is closed to new replies.