Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Andrea Landonio

    (@lando1982)

    Please can you give me some extra information of your suggest?

    Plugin Author Andrea Landonio

    (@lando1982)

    Hello! In the new release (1.1.0) you can find filters in bulk edit section! ??

    Thread Starter whoaloic

    (@whoaloic)

    Hi!
    I’m sorry but the filter is outside the quick edit panel ??

    Plugin Author Andrea Landonio

    (@lando1982)

    Hi, are you using a custom post type or a custom taxonomy?

    Thread Starter whoaloic

    (@whoaloic)

    Yes!
    Indeed this is working for default catagory taxonmy but not for custom taxonomy…

    Plugin Author Andrea Landonio

    (@lando1982)

    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..

    Thread Starter whoaloic

    (@whoaloic)

    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.

    Plugin Author Andrea Landonio

    (@lando1982)

    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?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add filter in quick edit panel’ is closed to new replies.