WPBadger icon indicating copy to clipboard operation
WPBadger copied to clipboard

add custom column in badges and awards admin screen

Open davelester opened this issue 12 years ago • 1 comments

Plugin actions and filters can be used to add columns to the admin screen for custom post types. Some background and instructions are on this blog http://wp.tutsplus.com/tutorials/creative-coding/add-a-custom-column-in-posts-and-custom-post-types-admin-screen/ Add the following columns:

For Badges:

  • Image (WP knows this as "Featured Image")
  • Version

For Awards:

  • Email Address
  • Status

davelester avatar Jul 07 '12 21:07 davelester

Added with commits 8138ce3 and f43a284, however it currently lacks the ability to sort by new columns.

davelester avatar Aug 17 '12 18:08 davelester