xpay✦ Commerce
Directory
WooCommerce plugins
WOOF by Category
WOOF by Category
WooCommerce Product Filter (WOOF) extension to display a set of filters depending on the current product category page.
4.8
(19 ratings)Will this break my store?
What the WordPress.org registry says about keeping WOOF by Category running.
Tested to 6.7.5 — 3 branches behind 7.0
A branch or two behind — normal for a plugin between releases.21 months ago
At least 5.4 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.7.0
Your host must be running at least this version.5.0
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.Maintenance & trust
Scored on how WOOF by Category is looked after — not on how many stores run it.
56
out of 100Maintenance
15 / 35WordPress compatibility
7 / 20Support responsiveness
Not enough dataMerchant satisfaction
13 / 15Listing transparency
10 / 10Ratings
4.8
19 ratingsWOOF by Category is a WooCommerce Product Filter (WOOF) extension, which allows users to set up different WOOF filters in different categories.
Plugin has Options page on the backend, to set up relationships between any WooCommerce product category and any set of WOOF filters. Only selected filters will be shown on the selected category page and its children. Please see screenshots.
It is possible to set up any number of category->filters pairs.
Add this code to your theme’s functions.php file:
function wbc_product_categories_filter( $categories ) {
return array_merge( $categories, [ 'tax-1', 'tax-2' ] );
}
add_filter( 'wbc_product_categories', 'wbc_product_categories_filter' );
where tax-1, tax-2, are additional product taxonomies to use with the plugin.
If you get stuck, you can ask for help in the WOOF by Category Plugin Forum.
Plugin details
Tags on WordPress.org
