At time of writing there are 124 photos in the Bracelets photosets at Fancy Flea Antiques.
However not all are appearing on WordPress
Fetching Photos 50 At Time
Code is:
slickr-flickr search="sets" set="72157626326102468" id="60475016@N07" items="130"
Result is:
If any less than 49 of the 50 photos are returned for any one request (e.g 48 photos) then Slickr Flickr assumes than no more are available and will just display those 48 photos. It sounds like this is happening randomly for this photoset. This might be due to a Flickr server synchronization issue.
Fetching All Photos At One Time
You can avoid this issue by using the per_page attribute to fetch all the photos at once.
Code is:
slickr-flickr search="sets" set="72157626326102468" id="60475016@N07" items="130" per_page="130"
Result is:
Leave a Reply