| 开发者 | usamakhalid14 |
|---|---|
| 更新时间 | 2026年6月4日 02:31 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
#) column to every post type list table (Posts, Pages, Products, etc.).\
Each row receives an automatically generated sequence number that respects pagination — helping administrators quickly reference items without changing post data.
It is:
# column will appear in the list table.No. It only displays visual numbering in the admin list table; no database changes are made.
Yes. Any post type registered with 'show_ui' => true will automatically include the numbering column.
Yes. The numbering continues correctly across pages, reflecting the actual position in the full list.
You can adjust both via minor CSS or filter customization. The plugin sets a compact default width for clarity.
No. It only affects the WordPress admin area.
Yes. WooCommerce products and other custom post types will display the numbering column.