Past events are not accessible in the same way as future events
-
I am using a plugin called “Custom Content Shortcode” to bring up a list of events in a custom formatted manner. My problem is that for some reason the shortcode plugin will only pull up events for which the _EventStartDate is set to the future. and I need a full list of future and past events.
From what it looks like in the database, it certainly appears that past events are not treated differently in any way, but perhaps you might be able to shed light on this?
Incase this helps, the way this shortcode works is pretty simple at the core. It goes something like this:
[loop type=tribe_events]
<div class=”meeting-data”>
<h2>[field title] – [field _EventStartDate]</h2>
[content]
</div>
<hr>
[/loop]Fairly self explanatory, it looks at the tribe_events post type, and loops the enclosed html and shortcodes for each post in the post type, creating a nicely formatted little list with the description of each event under the title. but it just skips right over past events, and if I change the events time to be in the future, it then gets included in the loop. its boggling my mind. any help would be greatly appreciated. I know it can be difficult to address cross plugin issues.
P.S. past events do in fact show in the calendar so I know they are published and public and all that good stuff.
- The topic ‘Past events are not accessible in the same way as future events’ is closed to new replies.