'eventDisplay' => 'all' — no longer working
-
Since upgrading this plugin and WP, I’ve noticed the following code no longer works:
$args = array( 'posts_per_page' => -1, 'eventDisplay' => 'all' ); $events = tribe_get_events( $args );The website I am using the plugin on has all of it’s events in the past, but we need them to display. So I’ve gone with the following code to get it to work:
'eventDisplay' => 'past',However, I want to display both upcoming *and* past events. I don’t see a way to do this on your support pages however? It only seems to be one or the other? Or a particular custom date?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘'eventDisplay' => 'all' — no longer working’ is closed to new replies.