felixarntz / attachment-taxonomies

This plugin adds categories and tags to the WordPress media library - lightweight and developer-friendly.
https://wordpress.org/plugins/attachment-taxonomies/
GNU General Public License v3.0
29 stars 6 forks source link

Do not show duplicate images in gallery shortcode #13

Closed felixarntz closed 7 years ago

felixarntz commented 7 years ago

When making the additional query, the possibly existing original attachment IDs are not excluded, so it is possible they are included again.

felixarntz commented 7 years ago

The duplicates are not actually displayed, but may mess up the limit parameter.