Organizer list by upcomming count
-
We are agregating a number of Facebook imports
Need a simple list of organizers ( or categories )
sorted by the number of upcoming events.Can we even sort organizers by number of upcomming ?
See here example with categories : https://www.aqction.info
but it COUNTS all events – NOT upcoming only$terms = get_terms("tribe_events_cat", 'orderby=count&order=DESC'); $count = count($terms); if ( $count > 0 ){ ... ... ...
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Organizer list by upcomming count’ is closed to new replies.