Adjust custom post list column labels

This commit is contained in:
Brian Miyaji
2014-03-08 23:33:50 +11:00
parent 8d561f5639
commit dfd4ff7904
6 changed files with 16 additions and 12 deletions

View File

@@ -11,6 +11,8 @@ function sportspress_manage_posts_custom_column( $column, $post_id ) {
switch ( $column ):
case 'sp_icon':
edit_post_link( get_the_post_thumbnail( $post_id, 'sportspress-fit-icon' ), '', '', $post_id );
break;
case 'sp_number':
echo '<strong>' . get_post_meta( $post_id, 'sp_number', true ) . '</strong>';
break;
case 'sp_views':