Please can you give me some extra information of your suggest?
Hello! In the new release (1.1.0) you can find filters in bulk edit section! 😉
Hi!
I’m sorry but the filter is outside the quick edit panel 🙁
Hi, are you using a custom post type or a custom taxonomy?
Yes!
Indeed this is working for default catagory taxonmy but not for custom taxonomy…
Have you enabled custom taxonomy in the admin page? Furthermore can you add in your theme this row:
add_filter(‘manage_edit-post_columns’, ‘taxonomy_filter_manage_bulk_columns’, 99, 1);
Please give me a feedback if this solution works..
Yes I enabled custom taxonomy in the settings page.
I tried to add add_filter('manage_edit-post_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1); but it did not work.
Is it possible for you to give me more info or a screenshot of your page? Another question, have you defined the custom tax by your own using register_taxonomy function?