Opened 17 months ago
Closed 17 months ago
#19652 closed enhancement (duplicate)
There should be a get_next_post_link() and get_previous_post_link()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | chappellind@… |
Description
You can do this with the plural form: get_next_posts_link() and get_previous_posts_link() so there might as well be a getter for singular posts. I often find I need to easily check for a previous or next post anyway before outputting something, and this would be the simplest way of doing that.
Attachments (1)
Change History (5)
Master Jake — 17 months ago
comment:1
Master Jake — 17 months ago
comment:2
Master Jake — 17 months ago
- Cc chappellind@… added
comment:3
SergeyBiryukov — 17 months ago
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.

Perfect backwards compatibility maintained with previous_post_link, next_post_link, and adjacent_post_link!