Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#19652 closed enhancement (duplicate)

There should be a get_next_post_link() and get_previous_post_link()

Reported by: Master Jake Owned by:
Priority: normal Milestone:
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

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)

19652-patch.diff (2.8 KB ) - added by Master Jake 15 years ago.

Download all attachments as: .zip

Change History (5)

#1 @Master Jake
15 years ago

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

#2 @Master Jake
15 years ago

  • Cc chappellind@… added

#3 @SergeyBiryukov
15 years ago

  • Keywords has-patch added

#4 @ocean90
15 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed
Note: See TracTickets for help on using tickets.