WordPress / wporg-theme-directory

15 stars 6 forks source link

Tag archives: Production URLs support `+` to combine tags #37

Closed ryelle closed 4 months ago

ryelle commented 4 months ago

When combining filters on the live site, they are joined by a +. For example:

https://wordpress.org/themes/tags/accessibility-ready+full-site-editing/

WP-natively, this should create an intersection (AND relation) for the tags. Check the behavior on prod vs the new theme, make sure they're the same.

~Maybe update the filters to submit using this format?~ Production uses the "AND" relation intentionally, so the filters should also do this.