Select Page

premium version

By default, the base slug filters is used:

https://wordpress-shop.com/shop/filters/

You can change this value to anything you prefer (for example filter, shop-filter, etc.), but this field cannot be empty.

Structure of Filter URLs

The filter URLs consist of:

  • Base filter slug (default: filters)
  • Separator between values
  • Separator between filters

Example:

https://wordpress-shop.com/shop/filters/taxonomy_name/values/taxonomy_name/values/

Separator Between Taxonomy Name and Value

You can choose how the taxonomy name and filter value are separated in the URL.

Option 1 — Slash (Recommended)
https://wordpress-shop.com/shop/filters/taxonomy_name/values/taxonomy_name/values/
Option 2 — Brackets
https://wordpress-shop.com/shop/filters/taxonomy_name[values]/taxonomy_name[values]/

⚠️ Recommendation

We recommend using the slash (/) format, because URLs with symbols like [ ] may require additional server configuration.

Separator Between Filters

If multiple filters are applied, they must be separated in the URL.

Option 1 — Slash (Recommended)
https://wordpress-shop.com/shop/filters/taxonomy_name/values/taxonomy_name/values/
Option 2 — Pipe
https://wordpress-shop.com/shop/filters/taxonomy_name/values|taxonomy_name/values/
Option 3 — Ampersand
https://wordpress-shop.com/shop/filters/taxonomy_name/values&taxonomy_name/values/

⚠️ Recommendation

We recommend using slash (/) separators because special characters such as | may require additional server configuration or URL encoding.

business version

Business license owners have an additional option for how multiple values within the same taxonomy are displayed.

Multiple Values in One Filter

https://wordpress-shop.com/shop/filters/taxonomy_name-value-or-value/taxonomy_name-value-or-value/

Example:

/filters/color-red-or-blue/

This format is:

  • Cleaner
  • More SEO friendly
  • Shorter URLs

Recommendation

For Business users we strongly recommend enabling this option.