| 开发者 | motylanogha |
|---|---|
| 更新时间 | 2026年7月15日 15:57 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[sieve] shortcode[sieve] shortcode or the "Sieve Filter" block.Yes. Sieve filters WooCommerce product archives and any page where you place the filter.
No. Filtering happens via AJAX with the URL kept in sync so results are shareable.
Sieve can filter WooCommerce products by categories, tags, attributes, price, stock status, on-sale state and a keyword search field. It also supports range sliders, searchable options, color/image swatches, active-filter chips and sorting.
Yes. Sieve builds a product filter index, so AJAX filter requests do not need to run slow live joins for every category, attribute and price query.
Use the [sieve] shortcode or the "Sieve Filter" block. Both render the facets, the results grid, sorting, active-filter chips and pagination together.
Use the [sieve_search] shortcode or the "Sieve Search" block. As shoppers type, a dropdown shows matching products with thumbnails and prices; it is fully keyboard accessible and falls back to the standard product search when JavaScript is unavailable.
Yes. The filter UI is built for keyboard use and screen readers, with labelled regions, accessible controls, polite result-count announcements and reduced-motion support.
Yes. Sieve includes a mobile filter drawer with a sticky apply bar, so shoppers can filter products without fighting a long sidebar on small screens.
Yes. This plugin is compatible with WordPress Multisite. Network activate it or activate it on individual sites; each site keeps its own settings and data.
sieve_search_product_ids filter on SearchResolver so PRO add-ons can route the in-grid search facet and predictive search through SearchWP or Algolia.sieve_facet_body, sieve_facet_types and sieve_facet_catalog filters plus FacetTypeRegistry in the admin catalog REST response so PRO add-ons can register advanced facet presentations (e.g. star rating).sieve_settings filter and layout setting (sidebar, stacked, inline) so PRO add-ons can rotate filter-panel layouts and column counts. FilterEngine applies layout modifier classes on .sieve-app.sieve_facets filter and page context (FacetContext) so PRO add-ons can show or hide facets by category, shop page or customer role. AJAX requests preserve context via sf_ctx_* query vars.[sieve_search] shortcode and "Sieve Search" block render an accessible search box with an instant typeahead dropdown (product thumbnails, prices, SKU), full keyboard navigation, and a "view all results" link. Built on WooCommerce product search, loaded as a standalone lightweight bundle so pages without it stay fast.[sieve] shortcode and "Sieve Filter" block.