$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugins - How To Hide Filters On Specific Categories with WooCommerce Products Filter(WOOF)|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - How To Hide Filters On Specific Categories with WooCommerce Products Filter(WOOF)

matteradmin9PV0评论

I am trying to put filters on products categories and I tried WOOF-WooCommerce Products Filter on wordpress and I saw that the filters that I created on a specific category are sticked and on the other categories which I want to have different filters. Do you know how can I fix that with this plugin or can you recommend me a plugin that supports that feature or if it is possible in any way?

Thank you

I am trying to put filters on products categories and I tried WOOF-WooCommerce Products Filter on wordpress and I saw that the filters that I created on a specific category are sticked and on the other categories which I want to have different filters. Do you know how can I fix that with this plugin or can you recommend me a plugin that supports that feature or if it is possible in any way?

Thank you

Share Improve this question edited Jan 12, 2018 at 6:34 melvin 2981 gold badge5 silver badges18 bronze badges asked Jan 11, 2018 at 21:22 Rafail MavrogordatosRafail Mavrogordatos 231 gold badge1 silver badge4 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 4

Try to use my plugin WOOF by Category. It was developed exactly for this task.

Post a comment

comment list (0)

  1. No comments so far