• I’m trying to display the next 4 featured events on the home page of my website. How can I sort by EventStartDate?

    This is what I have so far to retrieve the data…

    query_posts(‘showposts=4&eventDisplay=upcoming&category_name=featuredevent&orderby=EventStartDate&order=ASC’);

    Instead of sorting by the Event Date, it is sorting by the Post Date. Thanks for your help!

Viewing 1 replies (of 1 total)
  • Stephen – I’m trying to do the same thing but still have no luck. I used this code:
    <?php $custom=new WP_Query(‘cat=3&order=ASC’); ?>

    But it posted by published date.

    Did you ever get an answer on this?

Viewing 1 replies (of 1 total)

The topic ‘Sort by EventStartDate’ is closed to new replies.