Selecting Images to Display in Image Gallery by Tag?
I am setting up an image gallery and would like to display images by tag instead of by gallery. Is this currently possible?
Hello Nikki,
You can filter by taxonomy only if you know the taxon ID. Filtering for ImageGallery control could be done from the control definition when you open the control for editing go to Home > ControlDefinition > Views > MasterListView
example
Tags.Contains("4EEA167D-71D0-4332-9057-D550E2738076") AND Visible = true AND Status = Live AND PublicationDate <= DateTime.UtcNow AND (ExpirationDate = NULL OR ExpirationDate > DateTime.UtcNow)