Hi i am trying to build a widget that, in site front-end, allow users to see posts published in a specific week, selecting the date from a calendar.
So here the workflow:
Calendar -> User select a week from the calendar widget -> query(in AJAX) returns all the post of a (predefined) category, published in the week selected in the widget from the user.
Does exists a tool for this? or any suggestion? Thanks