davelester / WPBadger

A lightweight badge issuing platform built using WordPress
Other
43 stars 13 forks source link

add custom column in badges and awards admin screen #14

Open davelester opened 12 years ago

davelester commented 12 years ago

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:

For Awards:

davelester commented 12 years ago

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