This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

ZPLMOd – Title Checker

Description

A simple plugin that checks the title of any post, page or custom post type to ensure it is unique title, provides alert message for prevent duplicate post title, publish unique post title when adding new post and does not hurt SEO.

This is plugin is an enhancement of the Duplicate Title Checker by ketanajani which only supports posts but not pages or custom post types.

Screenshots

  • Unique post title
  • Duplicate post title

Installation

  1. Upload the ‘zplmod-title-checker’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

or

  1. Go to the ‘Plugins’ menu in WordPress and click ‘Add New’
  2. Search for ‘ZPLMOd – Title Checker’ and select ‘Install Now’
  3. Activate the plugin when prompted

FAQ

  1. Why should I use this plugin?

    • SEO experts say, that you should not have two pages or posts with the same title. If you website wants to avoid duplicate titles, this plugin can help you on that task, as it checks the unqiueness, before you save or publish a post.
  2. Will this plugin work with my custom post type?

    • Yes! It was implemented with custom post types in mind. With the default setting, it will check for duplicate titles only in the same post type.
  3. Which titles will be checked?

    • With the default settings, all posts with any post status (even custom ones) will be included into the check, with the exception of the statuses “draft”, “auto-draft”, “inherit” and “trash”.
  4. Will the plugin block a post from being saved, if the title is not unique?

    • No! You can always save the post. There might be good reasons for you, to have duplicate titles on your site. The plugin itself does not influence the saving in any kind. It’s whole functionality is only based on some AJAX.
  5. When will the title be checked for it’s uniqueness?

    • Every time you leave the title input field, the plugin will check the uniqueness of the new title, so you know if it will be unique, before you save the post.
Installation Instructions
  1. Upload the ‘zplmod-title-checker’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

or

  1. Go to the ‘Plugins’ menu in WordPress and click ‘Add New’
  2. Search for ‘ZPLMOd – Title Checker’ and select ‘Install Now’
  3. Activate the plugin when prompted

Reviews

There are no reviews for this plugin.

Contributors & Developers

“ZPLMOd – Title Checker” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.7.24

* Fix minor bugs

1.7.12

* Fix minor bugs