Plugin info

Total downloads: 12,696
Active installs: 300
Total reviews: 4
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 2
Last updated: 1/31/2022 (1430 days ago)
Added to WordPress: 4/30/2013 (12 years old)
Minimum WordPress version: 5.7
Tested up to WordPress version: 5.9.12
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1430 days ago • 4 reviews

22/100

Is HH sortable ID columns abandoned?

Possibly abandoned (last update 1430 days ago).

Compatibility

Requires WordPress: 5.7
Tested up to: 5.9.12
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Table Sorter
Rating 4.8/5 (29 reviews)Active installs 9,000
WP Tabbed Widget
Rating 5.0/5 (7 reviews)Active installs 300
LH Sortable Tables
Rating 5.0/5 (2 reviews)Active installs 80
SortTable Post
Rating 2.7/5 (3 reviews)Active installs 70
DbTable to DataTable
Rating 5.0/5 (4 reviews)Active installs 30

Description

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

Installation

No installation instructions available

Frequently Asked Questions

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;
} );

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

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.