I saw 1 or 2 other threads similar to this, but am running into a wall so thought I’d check here.
I’m using the plugin’s shortcodes to display a List View of events based on their month, such as this:
[tribe_events view="list" date="2017-07"]
That works well, however, that shortcode displays all events from that date going forward, including dates from other months. I’m trying to restrict the List view to only that single month? Is there a way to do this?
The Calendar view shortcode will of course limit it to that month only.
[tribe_events view="month" date="2017-07"]
or by URL: events/2017-06/
I also tried the Event List Widget and have the same limitation where it will display more than the month specified using a custom filter found in your Knowledgebase.