Opened 3 years ago
Last modified 3 years ago
#13052 new enhancement
Return the URL of the next adjacent image in a gallery
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Media | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | westi |
Description
A function that returned the URL of the next adjacent image for an attachment in a gallery post, or the URL of the parent post if there isn't an adjacent image, would be a really useful enhancement for attachment templates.
Attached is a diff of media.php with the custom function I rolled from adjacent_image_link() to do just that.
Attachments (1)
Change History (5)
iandstewart — 3 years ago
comment:2
iandstewart — 3 years ago
That is … true. It works just like adjacent_image_link() and will only return the next adjacent attachment URL—completely ignoring the gallery ordering.
Note: See
TracTickets for help on using
tickets.

Sounds like an interesting idea.
Does this not need to be aware of the ordering of the gallery though?