I have at least 9000 posts in my word-press and i want to delete only duplicate post which was created before? so i just want to delete those extra posts which was there in my word-pres. I try to find out if i am get any plug-in related to it but i can’t
Is there any plug-in or script there which will help me to do this?
reply will be appreciated!
thank
you should probably start with restricting
revisions
http://codex.wordpress.org/Editing_wp-config.php#Post_Revisions
I also advice to just delete all current revisions from the database with the following SQL:
After that make a list of all posts with the same post title:
Look for double post titles, post-types etc, and note there ID’s
If you have a list of double ID’s. use this SQL to delete them:
Do make a backup before you start
I hope this helps
Hello Darshan may be this will help you.
http://blog.xoogie.net/2009/07/14/auto-delete-duplicate-post/
This plugins for delete duplicate posts in wordpress.
Thanks…