Opened 14 years ago
Closed 14 years ago
#19652 closed enhancement (duplicate)
There should be a get_next_post_link() and get_previous_post_link()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
Perfect backwards compatibility maintained with previous_post_link, next_post_link, and adjacent_post_link!