I accidentally put some articles in WordPress which is already there, Now it’s hard for me to find out. Is there a easy way to do it?
I don’t know too much about database, Can I use phpMyAdmin find out?
I accidentally put some articles in WordPress which is already there, Now it’s hard for me to find out. Is there a easy way to do it?
I don’t know too much about database, Can I use phpMyAdmin find out?
You must be logged in to post a comment.
If the articles have for example exactly the same titles, you can get list of article IDs having the same title with:
You can modify
post_title
to be any other field that you know to indicate the duplicates.You can use phpMyAdmin, too, since it has an option to make SQL queries. Once you find duplicate rows, just remember to leave one of them there. 😉