[Plugin: The Events Calendar] Showing past evens in WP loop
-
I’m using the following arguments in a query:
$args = array( 'post_type' => 'tribe_events', 'posts_per_page' => -1, 'orderby' => 'title' ); query_posts($args);
However it is only showing future events, not those that have passed.
Is there a way to simply pull in all events rather than the future ones?
https://www.ads-software.com/extend/plugins/the-events-calendar/
- The topic ‘[Plugin: The Events Calendar] Showing past evens in WP loop’ is closed to new replies.