#23598 closed defect (bug) (duplicate)
Retrieving images from the gallery (image.php)
Reported by: | sgr33n | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Gallery | Keywords: | |
Focuses: | Cc: |
Description
Hi people,
I'm just creating my new wordpress theme and looking at the code of the twenty twelve theme for image.php I see that retrievering images from the gallery doesn't work so good.
Infact looking for the next image it looks at the images attached to the post, not to the ids attribute in the shortcode. For example, if I add a gallery to the post with this code:
[gallery ids="946,945,943"]
image.php will look to all attached images in order to display next and prev images, not to the shortcode attribute.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #22829 and #22960.