Hi Ashley,
First of all, thank you so much for your reactivity and thank you for the update, you’re awesome !
Thank you for these explanations, I tested the code and indeed it works but I had to change the category at the line below as well where there is “term_taxonomy_id = 2”
INNER JOIN {$wpdb->term_relationships} ON ({$wpdb->posts}.ID = {$wpdb->term_relationships}.object_id AND {$wpdb->term_relationships}.term_taxonomy_id = 2)
This problem is solved, but I have another problem, the retrieved list is from January but it’s showing “december” instead of “january” in every years, so there is a lag of 1 month on each months I don’t know why.
In the code it’s showing data-month=”1″ but the display month is december. Is it maybe a problem with the timestamp ? For information I’m from France and the date format in my WordPress dashboard is “l j F Y”.
Thanks again !