Hey Namaste π,
In a one of the recent project, We have a requirement like need to display year-wise months at the right side of the page and on click any month have to display a list of the blog post of that month using ajax and have to disable month if there no any posts.
Check below screenshot for the better understanding.
For this, We used MySQL query,foreach and array. Please check below code.
If have a blog post in the month then values will set true.
Below is array output, you can use it anyplace as per your need.
Top comments (2)
good solution
Thank You @ajulcab