Upcomming events not shown since Update 3.0.3 ?
-
Hello,
i use the following query to display upcomming events in the footer.php and a page:
<?php query_posts( array( 'post_type' => 'tribe_events', 'posts_per_page' => 4, 'orderby' => 'upcomming', 'order' => 'DESC', ));?>
But since the update to 3.0.3 only the events of the actual month are shown, even if there are events in the upcomming month. Also the passed events are still displayed (before the update, the passed events automatically are not shown, only the upcomming)
are there any changes in the query or the functions of the events calendar ?
Looking forward for any help – thanks in advance !
Holger
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Upcomming events not shown since Update 3.0.3 ?’ is closed to new replies.