Opened 16 years ago
Closed 16 years ago
#12079 closed defect (bug) (duplicate)
Sort order and page navigation
| Reported by: | nagaju | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.9.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
If I browse in specific category, there are page navigation links that correctly shows newer and older entries. But... When I use reverse order (?orderby=date&order=asc) link to "NEWER entries" show OLDERS and vice versa.
You can check at:
http://wordpress.org/development/?orderby=date&order=asc
At he bottom page there is link: "Older posts", but it will show newer posts (there are no older posts).
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The issue is that the wording isn't reversed.
Since there are two independent functions involved - previous_post_link() and next_post_link() - I don't see how this could be solved.