• Hi Guys,

    Im running a custom query on my event posts and for some reason it doesn’t want to sort it by alphabetical?

    Here is the code:

    `<?php query_posts(‘tribe_events_cat=my-group&post_type=tribe_events&showposts=100&orderby=title&order=ASC’);if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

    Can anyone shed any light on this?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘OrderBy=TitleO&Order=ASC Isn't Working’ is closed to new replies.