• when I filter categories with and option and multiple selection… results page title is set as first selections name ..not both of the filter selections .. is there a way to fix this ?

    thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    Please, try to add this custom code in the functions.php of your active theme:

    add_filter( 'yith_wcan_remove_current_term_from_active_filters', '__return_false' ); 

    Have a nice day!

    Thread Starter silentrunner

    (@silentrunner)

    https://ibb.co/RyvFYf4

    as you can see in the screenshot .. it didnt worked …
    in the title there is only first selection

    but I want to add category filter all selections

    is it possible

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,

    I’m sorry but unfortunately that’s not possible, just the main starting category will be shown.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘filter results title’ is closed to new replies.