Pages

Friday, December 27, 2013

WordPress plugin Duplicate Title Checker to check uniqueness of post title

WordPress by default is not offering any functionality to check uniqueness of title which provide user an alert message when entering new post. Although the great functionality of wordpress is that it allows user to enter multiple posts with same name and automatically converts the URL to unique by adding parameters at the end of URL and prevent conflicts.

But what when any user wants to add a post with unique post title and there are huge number of posts already placed ? In this case this plugin can be used to check that title we are using for new post is unique or not. Right now this plugin is only for post but with minor modification it can be used with custom post types and pages. Although this plugin allows to create multiple posts with same title as it just provides alert that the title used is not unique

Installation:

  1. Upload the folder duplicate-title-checker to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Create new post with title already exists.

What this plugin provides?
  1. Used to check duplicate post title.
  2. Provide alert on duplicate post title.
  3. Provide alert while entering title and not when saving post.
  4. Also show the message when title is unique.

 FAQ:
  1. How it will work?
    Install and activate plugin, then create new post with title that is already exists, once you enter title and press tab or move to another field it will show highlighted message for duplication.
  2. Can I expand this plugin?
    Yes you can customize or expand plugin to also check uniqueness of title for custom post types and pages with minor changes.
  3. Can I save post with duplicate title after alert?
    Yes, this plugin only provide message that this title is duplicate but same time it also allow to save the post with duplicate title and it will work as default wordpress functionality.
  4. Does this plugin provides message for unique title?
    Yes, this plugin provide unique title message.
  5. What are limitations of this plugin?
    It is only available for posts.
  6. Support available?
    No, but if you need any suggestions how to customize this plugin then you can let us know here http://www.webconfines.com/contact-us

Download plugin from here: Duplicate Title Checker