• Hi,

    Is it possible to create custom post list column using the custom post type value, not from meta value.

    Is will look like authors column.

    Thanks
    Ze

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You can add a column showing the post type, but they will all be the same, the post list table only works with one post type at a time. To show multiple post types in the same list table, you’d have to create your own class based on WP_List_Table. You could work from the WP_Post_List_Table class as a starting point, altering it to work with multiple or all post types.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Post List Column’ is closed to new replies.