Frank McClung
Member
Posted 1 year ago #
I would like to use File Gallery to pull into a gallery on a page all the images in the Media Library with a specific tag. And each time a user uploads and tags a photo, I'd like for that image to be added to the tag image gallery on the page automatically. Is this possile? If so how do you suggest going about this?
hi fivemcclungs :)
simply use this shortcode [gallery tags="put your tags here, comma separated" tags_from="all"]
tags_from="all" tells the plugin to display attachments from all posts, not just from the current one.
you could also add mimetype="image" to make sure only images will be displayed.
hope this helps, sorry I didn't reply sooner :)