Changes between Initial Version and Version 1 of Ticket #29447, comment 4
- Timestamp:
- 10/08/2017 12:40:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29447, comment 4
initial v1 6 6 'meta_query' => array( 7 7 'relation' => 'AND', 8 'author '=> array(8 'author_query' => array( 9 9 'key' => 'author', 10 10 'compare' => 'EXISTS', 11 11 ), 12 'publisher '=> array(12 'publisher_query' => array( 13 13 'key' => 'publisher', 14 14 'compare' => 'EXISTS', … … 16 16 ), 17 17 'orderby' => array( 18 'publisher ' => 'ASC',19 'author ' => 'ASC',18 'publisher_query' => 'ASC', 19 'author_query' => 'ASC', 20 20 ), 21 21 'post_status' => 'publish',