I am wondering what is the best way to filtering through Wordpress Posts using a Month data formate in Vue.Js
I get my data through WP_JSON posts, which is great but i need to create a dropdown that when a user selects a month "September" for example then the page will only show the Posts that were created in September.
Again i am using Vue.js
Any help would be great.
Thank you.
You can use filter, something like:
and then in template you can use some dropdown
As a final step you need to define template and variables and connect filter.