I am trying to create a simple eeFlickr gallery where 3 photo sets display with the name of the set and set thumbnails underneath, but I can only get one thumbnail for each set on the page. Each set has multiple photos in Flickr, but only one thumbnail for each set is showing on my page
Here is what is i have
{exp:eeflickr:photos_search per_page='9' user_id='45702871@N07' photoset_id="4195451718" extras='owner_name'}
<ul class="thumbnails">
{eeflickr:photos_search_loop}
<li class="meta"><a href="http://farm{farm}.static.flickr.com/{server}/{id}_{secret}.jpg" rel="lightbox" title="{if description}{description}{/if}">http://farm{farm}.static.flickr.com/{server}/{id}_{secret}_t.jpg</a>
</li>
{/eeflickr:photos_search_loop}
</ul>
{/exp:eeflickr:photos_search}
</div>Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.