Billy:
I entered my FLickr API key in Slickr Flickr Admin settings and specified “items” in the slickr-flickr command but only 20 photos were displayed in the wrong order.
Russell:
Below are your galleries displayed in their entirety in both the order the photo was taken and the order in which they were uploaded.
The fact 20 photos were returned on your site suggests that the slickr-flickr command does not recognize the “items” parameter you have specified. I would need to log in to your site to work out why this is the case.
Unsorted Gallery
slickr-flickr id="54388935@N03" tag="Saklikent" items="74" type="gallery"
Gallery Sorted by Date Uploaded – Earliest First
slickr-flickr id=54388935@N03 tag=Saklikent items=74 type=gallery after="2000-01-01" date_type="upload"
Russell:
I logged into your site and this was due to the WordPress WAGIT editor plugin which translates rather than ignores double quotation marks and hence messes up the slickr-flickr command.
However, I found that if you do not use double quotes around each of the parameters then WAGIT leaves the slickr-flickr command alone and hence it works okay
So instead of slickr-flickr tag="Saklikent" items="74"
, use slickr-flickr tag=Saklikent items=74
Leave a Reply