Replies: 0
Hello,
the count columns in a taxonomy list table is counting only published posts with a term. Custom post status aren’t considered.
I want all posts to be counted with any post status (maybe no trashed posts), also draft, pending…
How can I achieve this?
The name of the column is posts
.
I tried with filters add_filter('manage_edit-custom-taxonomy_columns', 'add_columns');
and add_filter('manage_custom-taxonomy_custom_column', 'add_columns_content', 10, 3);
but without success.
Best regards
saNNNy