jjgrainger / PostTypes

Simple WordPress custom post types.
https://posttypes.jjgrainger.co.uk/
MIT License
373 stars 47 forks source link

taxonomy - show_admin_column #13

Closed mmjaeger closed 6 years ago

mmjaeger commented 7 years ago
screen shot 2017-06-29 at 2 08 08 pm

using "show_admin_column" as an option when creating a taxonomy I'm getting duplicate columns in the WP admin - see screenshot.

jjgrainger commented 7 years ago

@mmjaeger Thanks for this,

This will be down to PostTypes not taking the show_admin_column option into consideration. So when the columns are generated by both WordPress and PostTypes.

I'll fix this.

jjgrainger commented 6 years ago

@mmjaeger This has been fixed now in v2.0.

PostTypes now makes use of show_admin_column option for displaying taxonomy columns and no longer does this manually.