Tag Archives: jquery

jQuery To Select Duplicate Posts In WordPress Admin

WordPress Hacks No Comments

I have to wade through masses of user submitted posts and it’s always a pain to try to spot duplicate submissions. I therefore came up with the following jQuery code that identifies duplicates (based on title) and selects all but the first, so I can then delete them. Continue reading