Hello everyone,
I am trying to make an archive page I’m almost there but I would like to filter my post using the “published_at” filter using only the Current month is that even possible ?
Right now I have this line :
{{#get “posts” filter=“published_at:>‘2020’” limit=“13”}} it works well for the Year but I would like to limit it only to the Current month.
Is that possible ?
Thank you for any help.
regards