#33076 closed enhancement (duplicate)
rewrite get_adjacent_post in terms by using wp_query instead of hand written queries
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7 |
Component: | Posts, Post Types | Keywords: | |
Focuses: | Cc: |
Description
The reason for looking at that code is to find a way to ignore posts with some specific values in meta, something that became almost trivial to do when using wp_query.
If I get it right the changes done in wp_query in 3.7+ make it possible to use wp_query to find the next and previous posts.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #26937.