Sort multiple post types exclusively by date
-
When running a query with multiple post types, QW appears to be sorting first by post type (alphabetically, as a result of a where (‘post-type1’, ‘post-type2’, ‘post-typen’) in post_type, then by date.
I need to present post types exclusively in date order, no matter what kind of post type they are.
Is there any way to sort exclusively by date, so that the very latest post type is followed by any other post type that was created before it?
- The topic ‘Sort multiple post types exclusively by date’ is closed to new replies.