Is there any way to find similar/duplicate wordpress posts by post_content.
I have tried “Find Duplicates” plugin but it takes a lot of time to search since I have more than 7000 posts in my database.
What I want to achieve is search the posts published in current week with all the old posts and find similar posts and delete them.
Try to use the following SQL query to fetch duplicate posts:
I got a very good result using JetPack plugin by WordPress.com‘s Omnisearch.
Install the plugin, activate it using a free WordPress.com account and activate the “Omnisearch” feature. Your tool is ready.
Now open the post from where you want to take the post content to search, copy some text and try an Omnisearch with it. If a longer sentence is not effective, try a shorter sentence, most likely find its repeat.
Let me know whether it works for you or not.