=== At8 Show IDs ===
Contributors: x361611074
Tags: show ids, post id, page id, user id, term id
Requires at least: 5.1
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Shows an ID column — sortable by ID — in the admin list tables for posts, pages, media, taxonomies, users and custom post types.

== Description ==

**At8 Show IDs** adds a compact **ID** column to almost every list table in the WordPress admin, so you can read the real database ID of an item — and sort the list by ID — without opening each item or digging through developer tools.

Supported list tables:

* Posts — every post type registered with an admin UI, including custom post types
* Pages
* Media library
* Categories
* Tags and any custom taxonomy with an admin UI
* Users

Features:

* The ID column is inserted directly after the checkbox column, so it always sits in the same predictable place.
* Click the **ID** column header to sort the list by ID, ascending or descending.
* Fixed-width, tabular-aligned numbers keep long lists readable.
* Zero configuration — activate the plugin and it works.
* Front-end output: none. No extra database tables, no external requests, no tracking, no phone-home.
* Nothing is written to the database, so deactivating or deleting the plugin leaves no leftovers.

== Installation ==

1. In your WordPress admin, go to **Plugins → Add New Plugin → Upload Plugin**.
2. Choose the plugin ZIP file and click **Install Now**.
3. Click **Activate**.
4. Open **Posts**, **Pages**, **Media**, **Users**, or any taxonomy screen — the ID column is already there.

== Frequently Asked Questions ==

= Does it slow down my site down? =

No. The plugin runs inside the WordPress admin only, adds no front-end assets, and issues no extra database queries of its own.

= Does it work with custom post types and custom taxonomies? =

Yes. Any post type or taxonomy that has its own admin list screen gets the ID column, including custom ones registered by your theme or by another plugin.

= Can I sort by ID? =

Yes. Click the **ID** column header on the posts, pages, media, taxonomy and users screens.

= Does it change anything on the front end of my site? =

No. Nothing is added to the front end and no existing output is modified.

= Where is the plugin's settings screen? =

There is none. The plugin is deliberately zero-configuration, so it adds no admin menus or screens of its own.

== Screenshots ==

1. The ID column on the posts list.
2. The ID column on the users list.

== Changelog ==

= 1.0.1 =
* The ID column and ID sorting are now registered per admin screen, so custom post types and custom taxonomies registered by themes or other plugins get the ID column as well.
* Requires PHP updated to 7.4.

= 1.0.0 =
* First public release.

== Upgrade Notice ==

= 1.0.1 =
Adds the ID column for custom post types and custom taxonomies registered by other code.
