Show all events on one page
-
Hi, this question is for this Modern Tribe the Events Calendar plugin so I found the information on how to show all events on one page using both upcoming and previous events but that thread was closed so I couldn’t reply to this thread by @intown:
https://theeventscalendar.com/support/forums/topic/show-all-events-on-one-page-past-upcoming/
My question is where do I put this snippet of code in WordPress or theme? I tried to find the instruction but wasn’t clear.
<?php $loop = new WP_Query( array( 'post_type' => 'tribe_events', 'posts_per_page' => 2, 'orderby' => 'date', 'order' => 'ASC', 'paged', 'eventDisplay' => 'past') ); ?>
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Show all events on one page’ is closed to new replies.