| 1294 | | 'posts_per_page' => 1, |
| 1295 | | 'post_status' => 'publish', |
| 1296 | | 'post_type' => 'post', |
| 1297 | | 'orderby' => 'date', |
| 1298 | | 'order' => 'previous' === $this->adjacent ? 'DESC' : 'ASC', |
| 1299 | | 'no_found_rows' => true, |
| 1300 | | 'cache_results' => true, |
| 1301 | | 'date_query' => array(), |
| | 1294 | 'posts_per_page' => 1, |
| | 1295 | 'post_status' => 'publish', |
| | 1296 | 'post_type' => 'post', |
| | 1297 | 'orderby' => 'date', |
| | 1298 | 'order' => 'previous' === $this->adjacent ? 'DESC' : 'ASC', |
| | 1299 | 'no_found_rows' => true, |
| | 1300 | 'cache_results' => true, |
| | 1301 | 'ignore_sticky_posts' => true, |
| | 1302 | 'date_query' => array(), |