getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[instagram-feed] Feed Sorts by filename and not by date #329

Closed bjoernbohr closed 10 months ago

bjoernbohr commented 1 year ago

Hello, like the Title states i got the Feed up and running but it's currently sorted by file name. I am aware that it should be possible to do this via a Twig sorting function, but it would certainly make more sense if this would be done directly by the plugin.

Have I done something wrong with the integration, are there perhaps already some Paramater for it or must the sorting be done via twig?

derhamproductions commented 1 year ago

I was having the same issue, but I've just used a slightly different code to the documentation and it's sorted correctly.

{% for image in instagram.getInstagramMedia(0,false).all|slice(0, 12) %}