Hello gohwebmaster,
Thanks for following up with us!
There are a couple of options that could potentially work.
- <span style=”line-height: 13px;”>You could customize the list view query to pull all posts that fell within the timeframe that you required. You could use
pre_get_posts and then use a meta query to pull events that fell within specific start and end dates.</span>
- You could export multiple feeds by visiting the month view and exporting them a month at a time.
- You could calculate the number of events that fall within your desired timeframe and then modify the number of events setting to show just that number of events for the list view.
Let me know if any of these solutions work to get the information you need.
Thanks!