Linux 软件免费装
Banner图

Neutrope Admin Post Lookup

开发者 neutropeinc
更新时间 2026年8月11日 21:24
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

admin search custom post type slug post id

下载

0.1.0

详情介绍:

Neutrope Admin Post Lookup makes the regular WordPress admin search box smarter without changing how it looks or works. When you search a post list in wp-admin, the standard search already looks through titles, content, and excerpts. Neutrope Admin Post Lookup keeps all of that and quietly adds three more ways to find what you need: It works on the post list, the page list, and any public custom post type list, using the standard search box you already use every day. How it works What it does not do

安装:

  1. Upload the neutrope-admin-post-lookup folder to the /wp-content/plugins/ directory, or install the plugin through the Plugins screen in WordPress.
  2. Activate the plugin through the Plugins screen.
  3. Open any post, page, or public custom post type list in wp-admin and use the standard search box. You can now search by ID, slug, or pasted URL.
There are no settings to configure.

升级注意事项:

0.1.0 Initial release.

常见问题:

Does this change the front-end search?

No. The plugin only runs in the admin area, and only on the post list screen (edit.php). The front-end search is never touched.

Does it search across all post types at once?

No. It only searches the post type list you are currently viewing. The post list searches posts, the page list searches pages, and a custom post type list searches that custom post type.

Does the normal title and content search still work?

Yes. The standard title, content, and excerpt search is kept exactly as it is. ID and slug matches are added on top of it, never in place of it.

Can I search for several IDs at once?

Yes. Separate them with commas or spaces, for example 123,456 or 123 456.

Does it create any settings, options, or database tables?

No. The plugin stores nothing and adds no settings screen.

更新日志:

0.1.0