BlackMelvyn
Regular Member
- Jul 8, 2008
- 202
- 273
Hey BHW members
I noticed nobody bothered coding a WP plugin that would erase duplicate posts when using an auto blog like WP-O-Matic.
I found a few lines of code on a blog and translated them into a simple but efficient plugin.
Just activate it and all your duplicate posts troubles will vanish after publishing the next post
Actually, each time a post is published, the script searches for posts with the same title and then suppresses them.
Get it here:
Feedback and improvement suggestions welcomed
I noticed nobody bothered coding a WP plugin that would erase duplicate posts when using an auto blog like WP-O-Matic.
I found a few lines of code on a blog and translated them into a simple but efficient plugin.
Just activate it and all your duplicate posts troubles will vanish after publishing the next post
Actually, each time a post is published, the script searches for posts with the same title and then suppresses them.
Get it here:
Code:
http://www.mediafire.com/?njiu2zbpytr
Feedback and improvement suggestions welcomed