WordPress Plugin — Restore Id

In the latest version of the WordPress blogging system, the administrative UI was completely revamped. One of the biggest differences comes with the manage posts screen. The Id column was removed from the posts table, making it somewhat ponderous to attempt to find the Id of a specific post. This is bad news for designers, as the Id of a post sometimes determines what kind of styling to apply to the content.

The WordPress community’s solution to this problem is the following:

Q. How can I find the Post ID or Page ID?

A. If your browser shows the URL in the status bar, when you mouse over a link, you can see the ID in the as part of the URL displayed in the browser status bar. In FireFox you can show the status bar by checking the Status bar choice under View. A more complicated method to finding the ID is to use something like phpMyAdmin to look at the database table wp_posts–look down the column of post_title to find your Post or Page Title. The ID field on that row will be your Post (or Page) ID.

(from WordPress 2.5 FAQ)

Someone on the WordPress ideas page suggested that the Id column be restored, and that’s exactly what this plugin does. You can download the plugin from it’s official plugin page on WordPress.org. Please let me know if you have any problems.


22 Responses

  1. Chris Masse Says:

    Thanks for this plugin. I use anothe plugin,”One-click Plugin Updater”, and that plugin shows that your plugin won’t tell whether an update is available.
    Soon,
    Chris Masse

  2. The Best Blogging Software (WordPress) + The Top 60 WordPress Plugins | Midas Oracle .ORG Says:

    [...] Restore Post ID 1.1.0 » Nick Ohrn (url) This plugin restores the post and page ID columns to their respective management interfaces. [...]

  3. jzl Says:

    I don’t think that your ID will show if your permalinks are setup. Not to sure.

  4. Nick Ohrn Says:

    @jzl – I’ll try to check that out if I get a chance. Thanks for the heads up.

  5. Paul W. Says:

    I haven’t tried your plugin yet, but if it works–thank you, thank you, thank you !!!

  6. Nick Ohrn Says:

    @Paul W – Hope it works out for you.

  7. A Says:

    This lugin is great, but doesnt restore the category id’s, would it be possible to do this too?

    Cheers

    A

  8. Nick Ohrn Says:

    @A – I’m not sure if that is going to happen. Unfortunately, there is no plugin hook for the categories management table like there is for the posts and pages management table. I looked through the source code, and the generation of the categories table is completely different than for the other two that this plugin affects.

  9. mercime Says:

    Thank you for taking the time to make this plugin. Cheers.

  10. Nick Ohrn Says:

    @mercime – I’m happy to help. I’m glad you found it useful.

  11. Leo Says:

    Very useful plugin. Thanks!

    I have recommended it to my blog readers!

  12. 找回失落的 ID | Leo's Space Says:

    [...] Restore ID:相对于前者而言,这个插件更简单一些。但,简单也是美。:D [...]

  13. Nick Ohrn Says:

    @Leo – Glad you find the plugin helpful. Thanks for recommending it :)

  14. Brayne Says:

    Hey Nick,

    I suggested the ID to be shown during the RC mode. They never listen to me. Nice work. It’s the little things, like…. the ID. O.K. Now I can upgrade. Changing the core code gets to be a pain.

    Big Thanks.

  15. Nick Ohrn Says:

    @Brayne – Glad I could help. Always happy to see someone satisfied by my plugins.

  16. Dan Butcher Says:

    You rock! This takes care of one of my biggest frustrations with 2.5’s interface overhaul.

  17. whatithink » WordPress 2.5 and Page ID’s Says:

    [...] Not a very elegant solution if you ask me. Help is at hand. Thanks to Nick Ohrn, there’s a plugin available to restore page ID’s. You can grab it from the official Restore ID WordPress plugin page. Share and Enjoy: These icons [...]

  18. martialarts Says:

    Hi all great information here and good thread to comment on.

    Can I ask though – how did you get this picked up and into google news?

    Very impressive that this blog is syndicated through Google and is it something that is just up to Google or you actively created?

    Obviously this is a popular blog with great data so well done on your seo success..

  19. Nick Ohrn Says:

    @Dan – Glad I could help

    @whatithink – I’m happy to see the plugin being used by its target audience.

    @martialarts – I have no idea how that happened. Google must have just picked me up somehow.

  20. Milan Says:

    Many thanks for this plugin, it really makes post management page more informative.

    Thanks again.

  21. Nick Ohrn Says:

    @Milan – I’m glad you like it :)

  22. 找回失落的 ID | 上善若水 Feed博客聚合 Says:

    [...] Restore ID:相对于前者而言,这个插件更简单一些。但,简单也是美。:D [...]

Leave a Reply