Order by City in alphabetical order – how do I do it?

Home Forums Calendar Products Events Calendar PRO Order by City in alphabetical order – how do I do it?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78218
    Ilona
    Participant

    I’d like to order the results by city in alphabetical order. How can I do this?
    $upcoming->query( array(
    ‘post_type’ => ‘tribe_events’,
    ‘tribe_events_cat’ => ‘performances’,
    ‘posts_per_page’ => 100,
    ‘orderby’ => ‘tribe_get_city’,
    ) );

    #78485
    Barry
    Member

    Hi Ilona,

    We can’t help too much with this kind of customization, I’m afraid. So long as you load venue data for each event though you should be able to do this, whether you build up the information with a set of separate queries or consolidate this into a single query.

    The relevant post meta key for the venues here is going to be _VenueCity.

    Good luck!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Order by City in alphabetical order – how do I do it?’ is closed to new replies.