johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
979 stars 96 forks source link

Show post author column #115

Closed aitormendez closed 5 years ago

aitormendez commented 5 years ago

Trying to:

'post_author' => [
     'title'      => 'Post author',
     'post_field' => 'post_author',
],

It shows just the column name without content.

aitormendez commented 5 years ago

suddenly it works, sorry.

johnbillion commented 5 years ago

Off the top of my head, this might rely on post type support for author.