Title: HH sortable ID columns
Author: versusbassz
Published: <strong>2013 年 4 月 30 日</strong>
Last modified: 2022 年 1 月 31 日

---

搜索插件

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

![](https://s.w.org/plugins/geopattern-icon/hh-sortable.svg)

# HH sortable ID columns

 作者：[versusbassz](https://profiles.wordpress.org/versusbassz/)

[下载](https://downloads.wordpress.org/plugin/hh-sortable.3.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/hh-sortable/#description)
 * [评价](https://cn.wordpress.org/plugins/hh-sortable/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/hh-sortable/#developers)

 [支持](https://wordpress.org/support/plugin/hh-sortable/)

## 描述

Sortable ID columns for all standard data types in WordPress admin panel.
 No settings
pages. It just works. ID columns will be first in admin panel tables.

Supported entities:
 * posts, pages, attachments, any custom post types * category,
term, any custom taxonomies * users (including Multisite users) * comments * links(
the legacy WP feature) * blogs (aka “sites”) in Multisite Admin panel

#### Links

[Github repo](https://github.com/versusbassz/sortable-id-columns/)

## 常见问题

### How to change the width of the column?

Here is the example of PHP-code that can be pasted (for example in functions.php
of your theme, or as a tiny plugin/mu-plugin).
 The current default value is `65px`;`
add_action( 'admin_head', function () { echo PHP_EOL . '<style type="text/css">table.
widefat th.column-hh_id { width: 80px !important; } </style>' . PHP_EOL; } );

## 评价

![](https://secure.gravatar.com/avatar/b7887b3857589bbd7f11e7121fdd5a18686e674b7c9979875bf230f65f2ecc0c?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-29308/)󠁿

 [xigaogen](https://profiles.wordpress.org/xigaogen/) 2021 年 1 月 14 日 1 回复

My main purpose is to use the plugin to find a specific page or post based on the
ID. The sorting function can indirectly fulfill my needs. I searched a lot of plugins,
but there is no search function based on ID. 1. The ID of my page and post is currently
5 digits, please widen the width of the ID column, otherwise the 5th digit will 
be displayed in the second row, which looks inconvenient. 2. It would be better 
if you could provide a search function based on ID. Anyway, thank you very much 
for the plugin!

 [ 阅读所有4条评价 ](https://wordpress.org/support/plugin/hh-sortable/reviews/)

## 贡献者及开发者

「HH sortable ID columns」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ versusbassz ](https://profiles.wordpress.org/versusbassz/)

「HH sortable ID columns」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/hh-sortable/contributors)
为本插件所做的贡献。

[帮助将「HH sortable ID columns」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/hh-sortable)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/hh-sortable/)，查看[SVN仓库](https://plugins.svn.wordpress.org/hh-sortable/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/hh-sortable/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/hh-sortable/)。

## 更新日志

#### 3.0.0 — 2022.01.31

 * Add the “ID” column for Multisite Blogs and Multisite Users
 * Update “Tested up to” header: 5.5 -> 5.9
 * Update “Requires at least” header: 4.9 -> 5.7
 * Rework the content of readme.txt file
 * Refactor the codebase of the plugin
 * Add automated end-to-end tests for the output of the plugin

#### 2.1.0 — 2021.07.07

 * Increase width of the “ID” column: 50px -> 65px , so now it can display 6 chars
   without a line break (#1)
 * Add the link to the Github repository of the plugin to readme.txt
 * Change “Tested up to” header: 5.5 -> 5.7
 * Update “Requires PHP” header: 5.3 -> 5.6
 * Update “Plugin URI” and “Author URI” links in the entry PHP file

#### 2.0.3 — 2020.11.21

 * Checked compatibility with WordPress <= 5.5

#### 2.0.2 — 2017.03.16

 * Fix PHP 5.3 compatibility

#### 2.0.1 — 2017.02.24

 * Fix plugin meta and “Changelog” tab in readme.txt

#### 2.0.0 — 2017.02.24

 * Code style changes
 * Change “Tested up to” meta-field to “4.7.2”
 * Change “Requires at least” meta-field to “4.6”
 * Change “Plugin URI” meta-field
 * Change “Author URI” meta-field
 * Remove unnecessary code
 * Change column insert algorithm
 * Add “Differences from “Reveal IDs” plugin” section in readme.txt
 * Add “Plugins with same functionality” section in readme.txt

#### 1.0.0 — 2013.04.30

 * Initial release.

## 额外信息

 *  版本 **3.0.0**
 *  最后更新：**4 年前**
 *  活跃安装数量 **300+**
 *  WordPress 版本 ** 5.7 或更高版本 **
 *  已测试的最高版本为 **5.9.13**
 *  PHP 版本 ** 5.6 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/hh-sortable/) 和 [Swedish](https://sv.wordpress.org/plugins/hh-sortable/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/hh-sortable)
 * 标签
 * [admin](https://cn.wordpress.org/plugins/tags/admin/)[column](https://cn.wordpress.org/plugins/tags/column/)
   [id](https://cn.wordpress.org/plugins/tags/id/)[panel](https://cn.wordpress.org/plugins/tags/panel/)
   [sortable](https://cn.wordpress.org/plugins/tags/sortable/)
 *  [高级视图](https://cn.wordpress.org/plugins/hh-sortable/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  4 条 5 星评价     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/hh-sortable/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/hh-sortable/reviews/)

## 贡献者

 *   [ versusbassz ](https://profiles.wordpress.org/versusbassz/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/hh-sortable/)