Show all events; Not just future
-
Hi I have a custom events page and It will only show the future events, can someone please help me show all events ever? Im sure im missing something…
Here is the site and page: https://reelrocktour.com/find-a-tour/
I think this is where but im not sure:
<div class="post clear" id="post-<?php the_ID(); ?>"> <?php if (class_exists('EM_Events')) { ?> <div id="by-date-view"> <ol id="mobile-date"> <?php echo EM_Events::output(array('format'=> ' <li> <a href="#_EVENTURL"> <span class="date">#_EVENTDATES</span> #_LOCATIONTOWN, #_LOCATIONSTATE #_LOCATIONCOUNTRY #_LOCATIONNAME <span class="available">#_ATT{Ticket Availablity}</span> </a> </li> ', 'limit'=>100,'orderby'=>'event_start_date', 'order'=>'asc')); } ?> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Show all events; Not just future’ is closed to new replies.