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

Admin Title Check

설명

Admin Title Check adds additional title checking functionality to the title field in the admin’s classic editor add and edit post pages. Typing 4 or more characters into the title field will trigger the title check. Any published (including privately) posts, pages and custom post type titles with exact or similar titles will be shown.

Prevent Duplicate Titles

Showing whether the title has been used by other posts and pages prevents duplicate titles (therefore may include duplicate slugs) from being added.

Find Similar Titles

Use existing posts’ titles to help craft a new one.

Simple

The title check is simple to use: just start typing in a title into the title field while adding or editing a post. Exact and similar titles will be shown.

스크린샷

  • Showing exact and similar titles while adding a post
  • Showing just similar titles while adding a page
  • Hovering over one of the similar titles

설치

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. The plugin can be triggered by typing 4 or more characters into the title field in the admin’s add /edit post pages.

FAQ

Is there support for Gutenberg block editor?

Currently, the title check will only happen in the classic editor.

What post types does this work for? (pages, custom post types?)

Post, pages and custom post types are supported. The title check will happen while adding or editing these post types. These post types titles’ will also be matched against and shown.

Which titles are checked

The title is checked against all published (public and private) post types. This includes other post types.

How are titles matched

Exact and similar. Relevancy (how similar) is not a factor.

Performance with larger sites

This plugin sends requests to the server and database to find matching post titles. Several techniques are used to reduce the number of requests such as waiting for 4 characters before initiating the first search and delaying new searches.

This has been tested with a site with 1000+ posts which was on optimized hosting for WordPress. It performed with no issue. However, the performance of much larger sites is unknown and it would be helpful if comments could be left about anyone’s experiences (good and bad please).

후기

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

기여자 & 개발자

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

기여자

자국어로 “Admin Title Check”(을)를 번역하세요.

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

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

변경이력

1.0.1

  • Improvements and fixes

1.0.0

  • Release