Answer the question
In order to leave comments, you need to log in
How to remove duplicate posts in Wordpress using sql command?
Hello. Site on WP, more than 700,000 posts. You need to remove duplicates. I tried in phpmyadmin to enter the request:
DELETE t1 FROM `wp_posts` AS t1,`wp_posts` AS t2
WHERE t1.`post_title`=t2.`post_title` AND t1.ID>t2.ID
Answer the question
In order to leave comments, you need to log in
Maybe you should install the plugin https://ru.wordpress.org/plugins/delete-duplicate-...
It can run the deletion of duplicates hourly by cron...
Hello, the same question
. Did you manage to somehow calculate duplicates through sql?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question