This plugin shows post/page/category/tag/comment/media/user IDs on admin's edit post/page/category/tag/comment/media/user pages. You can see the ID wh
If you use Version 2.0, you can see IDs without rollover. If you use Version 1.0, please update, or add the code shown below.
function always_showid() { ?> <style type="text/css">div.row-actions{visibility:visible !important;}</style> <?php }
add_action( 'admin_head', 'always_showid' );
Requires: 2.9 or higher
Compatible up to: 2.9.2
Last Updated: 2010-2-14
Downloads: 4,658
Got something to say? Need help?