Google+ Crossposting plugin adding many duplicates

After waking up to the Google+ Crossposting plugin for WordPress having added 10.000 duplicates to the database I used the following SQL command to get rid of them:


ALTER IGNORE TABLE wp_posts ADD UNIQUE INDEX idx_name (`post_title`(256));

you might need to remove the index afterward, as I can hinder adding new posts.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.