Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Colour posts by status in admin lists

Draft, pending, private and scheduled posts get a coloured stripe in the posts lists, so you can tell them apart at a glance.

  • Type CSS (CSS)
  • Runs On the admin hook
  • Category Admin area
  • Tested with WordPress 7.1
CSS
.wp-list-table tr.status-draft td:first-child,
.wp-list-table tr.status-draft th.check-column { box-shadow: inset 4px 0 0 #dba617; }
.wp-list-table tr.status-pending td:first-child,
.wp-list-table tr.status-pending th.check-column { box-shadow: inset 4px 0 0 #d63638; }
.wp-list-table tr.status-private td:first-child,
.wp-list-table tr.status-private th.check-column { box-shadow: inset 4px 0 0 #8c8f94; }
.wp-list-table tr.status-future td:first-child,
.wp-list-table tr.status-future th.check-column { box-shadow: inset 4px 0 0 #2271b1; }

In these packs

  • More admin tweaks: Useful columns, a tidier admin bar, a welcome box for clients, and fewer menus for editors.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.