Changes between Initial Version and Version 1 of Ticket #20386, comment 4
- Timestamp:
- 07/16/2012 01:42:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20386, comment 4
initial v1 1 1 IMO, canonical URL should always win over query string, and both always win over tax_query. 2 2 3 I addressed the problem with tax_query winning here: http://core.trac.wordpress.org/ticket/207673 I addressed the problem with tax_query winning here: #20767 4 4 5 5 Right now, tax is beating tag and category, which to me makes no sense because tax_query is a sub-request. Query string terms get tax=term treatment in WP_Query but are really only altering context of the request, not completely changing it.