该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

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.

常见问题

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