I just changed my local wordpress to ignore posts with the same title.
Here is how it works :
1. Open up wp-includes/post.php in your favorite editor
2. at approx line 703 you will find the following line :
if ($post_name_check || in_array($post_name, $wp_rewrite->feeds) ) {
3...
Thank you for this!
But I can't seem to get it to work at all.. I installed it as a plugin made a post and nothing happened... and I know there are dupes :(
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.