이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

ZPLMOd – Title Checker

설명

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.

스크린샷

설치

  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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“ZPLMOd – Title Checker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ZPLMOd – Title Checker”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.7.24

* Fix minor bugs

1.7.12

* Fix minor bugs