Blog Sections Open
Excluding the First Image from EvoGallery Thumbnail Output
How to use one EvoGallery image as the main visual while starting the thumbnail strip from the second image onward.
A common gallery layout uses the first image as the large primary visual and shows the rest as smaller thumbnails underneath. EvoGallery can support this pattern cleanly, but the output layer must treat the first image separately instead of rendering all images in one identical loop.
The simplest strategy is to split the data into two outputs: one for the lead image, one for the remaining collection. That keeps the template readable and avoids awkward CSS hacks to hide the first thumbnail after render.
Combining Friendly URLs with GET-Based Filters
How to keep friendly URLs readable while still passing filter values such as city or category through the request cleanly.
Deleting Resource Images Automatically When Content Is Removed
How to use Evolution CMS events to find deleted resources and clean up related TV images and generated thumbnails.