Title: HH sortable ID columns
Author: versusbassz
Published: <strong>એપ્રિલ 30, 2013</strong>
Last modified: જાન્યુઆરી 31, 2022

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/hh-sortable/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/hh-sortable/#reviews)
 * [ડેવલપમેન્ટ](https://gu.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/)

## એફએક્યુ (FAQ)

### 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/) જાન્યુઆરી 14, 2021 1 reply

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/)

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/hh-sortable/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/hh-sortable/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/hh-sortable/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 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+**
 *  વર્ડપ્રેસ વર્ઝન ** 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://gu.wordpress.org/plugins/tags/admin/)[column](https://gu.wordpress.org/plugins/tags/column/)
   [id](https://gu.wordpress.org/plugins/tags/id/)[panel](https://gu.wordpress.org/plugins/tags/panel/)
   [sortable](https://gu.wordpress.org/plugins/tags/sortable/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/hh-sortable/advanced/)

## પૉઇન્ટ્સ

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/hh-sortable/reviews/?filter=2)
 *  [  0 1-star reviews     ](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/)