I\'m designing a theme for a wedding photographer who wants to use Tumblr\'s Photoset functionality to create a portfolio site.
How do I pull the first image from a phot
There doesn't seem to be a way to limit them, but you can comment them out. This solution has the advantage that the hidden images won't be loaded at all and it doesn't need any javascript
{block:Photoset}
{block:Photos}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Photoset}
See that . Done, all the images in the photoset after the first one will be hidden.