10+
July 29, 2024
January 10, 2018
This plugin allows duplicate titles to be detected and avoided across all public post types. The post types that it works on can be selected in the settings page.
This means that you can enforce unique titles across all types of posts, not just the standard blog pages.
Posts with duplicate titles to existing published posts can be prevented from publication and instead saved as draft.
There is a settings page which allows these behaviors to be changed:
Avoid Duplicate Titles now also supports BP Post Status custom BuddyPress post statuses, so it will check all available post statuses.
Note: With WordPress 5.0 and higher Avoid Duplicate titles only works with the Classic Editor, it does not support the Block Editor currently.
28/05/2018
Fix: revised logic
07/02/2018
20/01/2018
Option 1.
With the zip file:
Option 2
Option 3
Q. Does this plugin support Custom Post-Types?
A. Yes, this plugin supports custom post types that are edited in the back end. The custom post must use the WP $title for it’s title as it is this that is checked.
Q. Can I check for duplicate titles across all post types?
A. Yes, this is what Avoid Duplicate Titles was designed to do, it will check for duplication of post titles across also public post types loaded on your WP install. You can select the types of posts to be checked.
Q. Can I check for duplicates within individual post types?
A. Yes, there is an option to check only the same post types for duplicates.
Q. Can I choose to allow posts with duplicate titles to be published?
A. Yes, you can set it to warning only mode, where a warning is given prior to post publication but publication will not be prevented.
Q. Where are the settings?
A. The settings are in the Admin>>Settings menu in the back-end, it can only be accessed by Administrators.
Q. What about testing for duplicate categories?
A. I’m considering this, however categories work differently to posts and that may require a separate plugin.
Q. Can you disable checking for Custom Post-Types?
A. Yes, you can chose exactly which types of posts that will be checked.
Q. Does it work with Gutenberg?
A. Not at present, might do soon!
*