Changes between Initial Version and Version 1 of Ticket #8107, comment 15
- Timestamp:
- 03/09/2014 10:59:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8107, comment 15
initial v1 1 You shouldn't need multiple queries, especially for an edge case like this (not worth adding more queries for 0.0001% of cases). I got it working with just one via my patch. We should be able to come up with some solution using `WP_Query , even if we have to add functionality to `WP_Query`.1 You shouldn't need multiple queries, especially for an edge case like this (not worth adding more queries for 0.0001% of cases). I got it working with just one via my patch. We should be able to come up with some solution using `WP_Query`, even if we have to add functionality to `WP_Query`.